Edit: I am sorry, I put this under the wrong fourm catagory. Can a moderator please move it under Pi Car Pro?
Hello,
I am working with the Raspberry Pi Car Pro with the Raspberry Pi 4. I am very new to any of this and getting this camera to work has been the last 6 hours of trouble shooting and I think I have narrowed down the issue.
When I have the Raspberry Pi not connected to the Robot HAT:
Running: raspistill -o Desktop/img3.jpg
Output: Successfully captures a input a image
Running: sudo python3 adeept_picarpro/server/webServer.py
Ouputs: Long error message followed by - OSError: [Errno 121] Remote I/O Error
When I conenct the HAT to the Pi
Running: raspistill -o Desktop/img4.jpg
Output: 4 errors messages including - mmal_vc_component_enable: failed to enable component: ENOSPC
Running: sudo python3 adeept_picarpro/server/webServer.py
Output: Long error message including - VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCv
Any ideas of why this could be happening? Does OpenCv need a update?
We fixed previous errors with the camera not working at all due to the Pi camera lense connector not being seated correctly. Now that we fixed that, it only errors when attempting to connect the HAT.
On a side note, connecting the HAT and attemping to connect remotely using <IP ADDRESS>:5000 causes a "could not be reached error" on Google chrome. Could this be linked to the errors above? Output computer and Pi are both wireless connected to the same router. This could be a seperate thread though.