|
-
August 22nd, 2011, 05:58 PM
#1
converting JPEG frames into Image
Hello,
I'm a noob in java programming.
Currently I'm dealing with C328R CMOS camera which is a image sensor with JPEG compression.
The camera transmit the JPEG-compressed data in packets and a group of packets forms a frame (one image per frame). Each packet has an ID so the sequence of the packet can be traced. It uses serial transmission to communicate to the PC.
For now, I have no problem to read the data serially as I just read the inputStream. The problem is I have no idea on how to convert every frame into image.
Any hints for me to work with?
Thanks for any reply ^^
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|