How can i get viewable jpeg image from hex file ???
Afficher commentaires plus anciens
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 ??
Réponse acceptée
Plus de réponses (1)
bejaoui sawssen
le 13 Juil 2016
0 votes
1 commentaire
Walter Roberson
le 13 Juil 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.
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!