Arduino
Arduino copied to clipboard
The binary data from host_app_V1.0
Hi,
I have a question about binary data showing.
In host_app_V1.0, I can select the box of "ShowBinaryData" then print the binarydata of image on host_app_V1.0. But in example code "ArduCAM_Mini_2MP_OV2640_functions" , I can't find the case value to print the binary data on Arduino Serial monitor.
So I want to ask you of host_app_V1.0. Are you save all data in visaul basic and print once, or there have other way to show the binary data? Another question, how can I code the binary data to image? Can you supply me some method that I can learn how to coding Raw data to image.
I would appreciate if you could help me.
Hello, ArduCAM_host_v1.0.exe is no longer maintained, I suggest you useArduCAM_Host_V2.exe. Serial.write() is used in the Arduino to send data to the serial port. In host_v1.0, if open "ShowBinaryData" ,the app will receive all the data in one frame and then print it to the terminal. For ov2640, you can save binary data to a .jpeg file, and it becomes an image.You could reference the demo of capture image to SD.