ArduCAM_USB_Camera_Shield icon indicating copy to clipboard operation
ArduCAM_USB_Camera_Shield copied to clipboard

Cannot open camera.rtn_val = 65281

Open thuongnct opened this issue 3 years ago • 1 comments

I followed the install steps to run camera Arducam UC-684_Rev.F2

  • Install arducam_config_parser
  • Download and install the latest libusb
  • Install the SDK

However, I could not run the camera in Ubuntu 18.04 with both python and cpp. The error is:

  • Cpp

` device num:0

Cannot open camera.rtn_val = 65281

Press ENTER to exit...`

  • Python

`color mode 3

open fail,rtn_val = 65281 `

Device when running command lsusb in the terminal are:

` Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 001 Device 009: ID 0c45:6366 Microdia

Bus 001 Device 003: ID 046d:c31c Logitech, Inc. Keyboard K120

Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub ` Is anything incorrect with the connection and installation? I also cannot find the config file for the camera model UC-684_Rev.F2 which is printed at the bottom of the camera board.

P/s: The camera ran well in windows.

thuongnct avatar May 12 '22 01:05 thuongnct

Hi,

were you able to solve your issue?

Having a similar issue with "UC-391 Rev.E" which works with the "USBTest.exe" on Windows but fails on my Nvidia Jetson (Linux) with the 65281 error (using same config files).

GWRon avatar Jul 04 '22 15:07 GWRon