How can i get viewable jpeg image from hex file ???
Show older comments
Hi all, i captured image with camera on arduino and i send it to PC over Xbee, I get a file wich contain "FF D8 FF E0 00 .. .. .. .. D4 FF D9 " , now i want to reconstruct the original image, how can i proceed ??
Accepted Answer
More Answers (1)
bejaoui sawssen
on 13 Jul 2016
0 votes
1 Comment
Walter Roberson
on 13 Jul 2016
I have no assistance to offer for the facial recognition part.
For the transmission of the file, there are various ways. If you have a perfectly reliable transfer mechanism then the easiest way is to first send a count of the number of bytes in the file and then send the bytes. Or always send the same number of bytes. If you do not have a perfectly reliable transfer mechanism then there have been a lot of different ways developed over the years, including XModem, YModel, ZModem, Kermit; or running using the serial line to run an IP protocol layer by using SLIP or PPP, and then using something like rcp or ftp over top of that.
Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!