LinkSprite JPEG Color Camera
in
Integration and Hardware
•
2 years ago
Hello
I have LinkSprite JPEG Color Camera , it is capable of direct connection to computer serial port.
It's transmitting JPG picture by chunks and using Serial library I can get data from camera in to Processing.
But I have no idea how to load those bytes (already compressed jpg picture) I'm receiving over serial link into picture and display it.
I'm reading the site and trying examples, but so far it's just too much information for me.
If you could just give me some tips ... This should be related somehow to loadPixels() or pixels[], but how to transform sequently read bytes into picture ... ?
Regards
Janis
I have LinkSprite JPEG Color Camera , it is capable of direct connection to computer serial port.
It's transmitting JPG picture by chunks and using Serial library I can get data from camera in to Processing.
But I have no idea how to load those bytes (already compressed jpg picture) I'm receiving over serial link into picture and display it.
I'm reading the site and trying examples, but so far it's just too much information for me.
If you could just give me some tips ... This should be related somehow to loadPixels() or pixels[], but how to transform sequently read bytes into picture ... ?
Regards
Janis
2