i have an arduino project to program camera vc0706 from adafruit
i have an arduino project to program camera vc0706 from adafruit
this camera using uart communication
when I took a picture of this camera. the camera return with hexadecimal data,.
the question is:
how to convert this hexadecimal data to image with jpg format?
the data like you can see below
https://drive.google.com/open?id=0B5IQE9fktTCYal9paGI1U1FIYVE
https://drive.google.com/open?id=0B5IQE9fktTCYal9paGI1U1FIYVE
this camera using uart communication
when I took a picture of this camera. the camera return with hexadecimal data,.
the question is:
how to convert this hexadecimal data to image with jpg format?
the data like you can see below
https://drive.google.com/open?id=0B5IQE9fktTCYal9paGI1U1FIYVE
https://drive.google.com/open?id=0B5IQE9fktTCYal9paGI1U1FIYVE
Nicholas Ring
ReplyDeletehttps://en.m.wikipedia.org/wiki/JPEG
Magic number: ffd8ff
Paste that hex into a hex editor, save it to disk, and the result looks like this:
ReplyDeletehttps://plus.google.com/photos/...
A bit disappointing... the result ;)
ReplyDelete