ArduCAM / RaspberryPi

This is Arducam camera demos used on Raspberry Pi paltform
BSD 3-Clause "New" or "Revised" License
162 stars 97 forks source link

warnning Mismatch between Unicam and CamHelper for embedded data usage #92

Open yisssi opened 1 year ago

yisssi commented 1 year ago

As a result of following the GitHub(https://github.com/ArduCAM/RaspberryPi/tree/master/Multi_Camera_Adapter/Multi_Adapter_Board_4Channel ) and conducting the test stage, the following warning occurred. [0:04:06.411842639] [2325] WARN RPI raspberrypi.cpp:1297 Mismatch between Unicam and CamHelper for embedded data usage!

The following error occurs during "Running RPiCameras with ArduCam". "capture_buffer:Failure to wait for previous operation to finish!"

In the case of the first warning, we tried "picamra update", a solution that came out through googling, but it was not resolved.

If you know how, it would be very helpful if you let me know. Thank you