ArduCAM / RaspberryPi

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

Failed to read from camera #7

Open zachjacobs opened 5 years ago

zachjacobs commented 5 years ago

Hello, I have purchased 2x motorized autofocus cameras from utronics. I can't seem to get either of them to work. I have enabled the camera and i2c interfaces through raspi-config as well as tested different cameras and Raspberry Pis. I always get the same message:

mmal: Cannot read camera info, keeping the defaults for OV5647 mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM) mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1) mmal: Failed to create camera component mmal: main: Failed to create camera component mmal: Camera is not detected. Please check carefully the camera module is installed correctly

Exception in thread Thread-1 (most likely raised during interpreter shutdown):⏎

zachjacobs commented 5 years ago

If I plug a 5MP RPi camera into the camera interface it works without issues.

zachjacobs commented 5 years ago

I can read the i2c device address on the camera module: image

zachjacobs commented 5 years ago

How am I even supposed to use this module? The camera driver section in the documentation here is rather difficult to complete. I cannot seem to find either of the two scripts that it references in the auto install section: ./preprocess.sh and ./loaddriver.sh. I also can't find the /boot/overlays/arducam-IMX135.dtbo file listed in manual install section. This device tree file doesn't exist in the official RPi image: https://github.com/raspberrypi/firmware/tree/master/boot/overlays

ArduCAM commented 5 years ago

Please contact info@arducam.com for more help.

zachjacobs commented 5 years ago

@ArduCAM Hello, I have contacted them 5 days ago and I have not heard back. Please help. Do you support your products?

ArduCAM commented 5 years ago

@zachjacobs we didn't get your email from info@arducam.com can you double check for that?

ArduCAM commented 5 years ago

We neither found Zach nor Jacobs in our email inbox.

zachjacobs commented 5 years ago

I used my work email zach@faradinesystems.com.

image

AlyonaMinina commented 5 years ago

Hejsan Zach,

did you manage to sort out this problem? I ran into exactly the same issue yesterday with my brand new Arducam IMX219

AlyonaMinina commented 5 years ago

Problem solved!

Got the issue fixed in no time with the help from arducam support team. It turned out to be a loose connector for the tiny brown cable that had to be clicked in properly.

CatchFEB9

UberEclectic commented 5 years ago

How is it that the hardware is out, but the software featured prominently on the advertising blog and video is not posted anywhere here on GitHub under the Arducam account? There are virtually no instructions for building and installing the driver, but I am experienced, so that much was a non-issue. But no matter what why is there is no reference to preprocess.sh or loaddriver.sh?

Crucially, I don't have any /dev/video/* handles.

So why aren't these new products even listed on the main ArduCam website? Why do the buried product pages for them have blank documentation and software pages.

Please just post the proper code, here on GitHub?

ArduCAM commented 5 years ago

New user guide can refer to this document, it applies to all MIPI camera modules. www.arducam.com/downloads/modules/RaspberryPi_camera/B0163-13MP-IMX135-MIPI-Camera-Module.pdf

ghost commented 5 years ago

How to use USB camera in Raspberry Pi 3 B +

I get the error when i try to take a snap: pi@RPi:~ $ raspistill -o image.jpg mmal: Cannot read camera info, keeping the defaults for OV5647 mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM) mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1) mmal: Failed to create camera component mmal: main: Failed to create camera component mmal: Camera is not detected. Please check carefully the camera module is installed correctly