ArduCAM / ArduCAM_USB_Camera_Shield

This is the repository for ArduCAM USB Camera Shield
126 stars 69 forks source link

Cannot open camera.rtn_val = 65361 #186

Open SSanghunLEE opened 1 year ago

SSanghunLEE commented 1 year ago

I want to get 108MP image in Jetson nano Ubuntu 18.04 version.

I followed the install steps to run camera Arducam 108MP using USB 3.0 Camera shield UC-593 Rev.C

There is no problem with the connection of my hardware equipment. I checked the camera and usb shield through USBTest.exe in Windows 11 and loaded the image successfully. I got a 12MP image of 4000x3000 using the method mentioned above. Immediately, ['ArduCAM_108MP_MIPI_2Lane_RAW8_12000x9000_1.4fps.cfg'] was used to obtain an image of 108MP and the following results were obtained. (https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield/blob/master/Config/USB3.0_UC-593%20Rev.C/MIPI/ArduCAM_108MP/ArduCAM_108MP_MIPI_2Lane_RAW8_12000x9000_1.4fps.cfg)

('color mode' , 0)
('open fail,rtn_val = ', 65361)

image

Does anyone know what kind of error this is and what is the solution?