-
Where did you get the camera module(s)?
→ Arducam 5MP SPI Camera -
Model number of the product(s)?
→ I don’t know where the model number is.
The product says
Front: Mini-5MP-Plus
Back: UC-367, Rev.E -
What hardware/platform were you working on?
→ Raspberry Pi PICO W -
Instructions you have followed. (link/manual/etc.)
→ GitHub - ArduCAM/PICO_SPI_CAM
I tested the following methods using Python. -
Problems you were having?
→ The first connection worked without any problems.
About 2 hours after the first connection, the screen did not work during the test by changing the
resolution, and the following message occurred when the PICO was shut down and reconnected,
and the camera did not initialize after that.
/////////////////////////////////////////////////////////////////////////////////////////////////
%Run -c $EDITOR_CONTENT
[60]
Traceback (most recent call last):
File “”, line 18, in
File “Arducam.py”, line 201, in Camera_Detection
File “Arducam.py”, line 225, in rdSensorReg16_8
File “Arducam.py”, line 238, in iic_write
OSError: [Errno 19] No such device
/////////////////////////////////////////////////////////////////////////////////////////////////
-
The dmesg log from your hardware?
→ None -
Troubleshooting attempts you’ve made?
→ I tried reconnecting and checking the lines, initializing the PICO board and trying to get it to
work again, and deleting and reinstalling all libraries. -
What help do you need?
→ I would like to know how to get it working again. If it’s bad, I want to replace it with a good one.