You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
I followed the install steps to run camera Arducam UC-684_Rev.F2
However, I could not run the camera in Ubuntu 18.04 with both python and cpp. The error is:
`
device num:0
Cannot open camera.rtn_val = 65281
Press ENTER to exit...`
`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.
The text was updated successfully, but these errors were encountered: