ArduCAM / MIPI_Camera

235 stars 109 forks source link

arducam_init_camera seems to print to stdout #102

Open reed53 opened 3 years ago

reed53 commented 3 years ago

Hello, I am trying to write a program which takes raw video, prints to stdout, and then pipes it into ffmpeg to be converted into an mp4. However, I was having issues with doing so because when calling the arducam_init_camera function, the following line was sent to stdout: "Hardware platform: b03114". This seems to be done in a closed source library section of the code. Is there any way that this code can be updated, so that this line is not sent to stdout?