but generally the two things are separate - the image loading (from the camera / kinect) and the recognition / decoding of the qr code, so you'll probably need two libraries for this.
Do you have the Kinect connected to a Processing sketch, and are you trying to have the Processing sketch community with a Unity program? QR code and Kinect libraries for Processing are listed on the libraries page:
...and how you communicate with Unity would depend on what it is listening for -- e.g. if you are using OSC then Processing would use the "oscp5" library and Unity would use "UnityOSC" (or whatever). https://github.com/jorgegarcia/UnityOSC
Answers
Unity the programming language?
this is a processing.org forum, not a unity forum...
but generally the two things are separate - the image loading (from the camera / kinect) and the recognition / decoding of the qr code, so you'll probably need two libraries for this.
@kht1114 --
IF you are actually using Processing:
Do you have the Kinect connected to a Processing sketch, and are you trying to have the Processing sketch community with a Unity program? QR code and Kinect libraries for Processing are listed on the libraries page:
...and how you communicate with Unity would depend on what it is listening for -- e.g. if you are using OSC then Processing would use the "oscp5" library and Unity would use "UnityOSC" (or whatever). https://github.com/jorgegarcia/UnityOSC