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

For those who are experiencing this issue: #26

Open asirajin opened 4 years ago

asirajin commented 4 years ago

For those who are experiencing this issue:

Just for documentation, you can make the "not-working board" work, at least for development, following the steps described by @lrnzo

Our team tried to manually create the /dev/video0, in order to make the boards work without this trick, but we have not success so far. The interface is created, it passes on the ArduCAM's script test but it does not work to capture images.

Originally posted by @cjcbusatto in https://github.com/ArduCAM/RaspberryPi/issues/11#issuecomment-554735163

asirajin commented 4 years ago

I am having issue on this multicamera for raspberry pi. following the procedure for setting up 4 cameras on raspberry pi 3B+, when i run the command sudo ./init_camera.sh., it shows an error sudo: ./init_camera.sh: command not found. in the directory: /home/pi/RaspberryPi/Multi_Camera_Adapter/Multi_Adapter_Board_4Channel/Multi_Camera_Adapter_V2.1 the file init_camera.sh is there. please can somebody help on this

cjcbusatto commented 4 years ago

Maybe you are already a super user in this machine, therefore using sudo would cause this problem. Can you try to run the following commands and paste here the output?

ls -la
chmod +x init_camera.sh
./init_camera.sh