USB3.0_UC-593 Rev.C (B0317) + OV9281 : open fail,rtn_val = , 65281L

  1. Where did you get the camera module(s)?
    Uctronics

  2. Model number of the product(s)?
    B0317 + OV9281

  3. What hardware/platform were you working on?
    RPI4

  4. Instructions you have followed. (link/manual/etc.)
    https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield/tree/master/RaspberryPi/Python/Streaming_demo

  5. Problems you were having?
    Got the error:

~/ArduCAM_USB_Camera_Shield/RaspberryPi/Python/Streaming_demo $ sudo python ArduCam_Py_Demo.py ../../../Config/'USB3.0_UC-593 Rev.C'/MIPI/OV9281/Channel_A/1Lane/OV9281_MIPI_1Lane_RAW8_1280x800_40fps.cfg
('color mode', 0)
('open fail,rtn_val = ', 65281L)
  1. The dmesg log from your hardware?
[ 4616.177288] usb 2-2: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[ 4616.207885] usb 2-2: LPM exit latency is zeroed, disabling LPM.
[ 4616.208842] usb 2-2: New USB device found, idVendor=04b4, idProduct=03f2, bcdDevice= 0.00
[ 4616.208863] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4616.208882] usb 2-2: Product: FX3
[ 4616.208899] usb 2-2: Manufacturer: Arducam
  1. Troubleshooting attempts you’ve made?
  • Works well on Windows with USBTest.exe
  • sudo python ArduCam_Py_Demo.py ../../../Config/USB2.0_UC-391_Rev.E/MIPI/OV9281/1Lane/OV9281_MIPI_1Lane_RAW8_1280x800_40fps.cfg works with the UC-391_Rev.E + OV9281 we have although we got error messages like that after a few seconds:
USB_CAMERA_DATA_LEN_ERROR	RECEIVE_LENGTH:999196
('Error capture image, rtn_val = ', 65316L)
  1. What help do you need?
    What error it is? How making it run?

Hi @ronac

Sorry for the late reply,
Thank you for the information, they are useful.
I have updated the SDK of RaspberryPi.
You can download the latest SDK and try it.