How can i get viewable jpeg image from hex file ???
Mostra commenti meno recenti
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 ??
Risposta accettata
Più risposte (1)
bejaoui sawssen
il 13 Lug 2016
0 voti
1 Commento
Walter Roberson
il 13 Lug 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.
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!