Closed kylecarow closed 2 years ago
This error means that it cannot create a video device for the camera. Can you post :
--> Output of $ lsusb
--> Output of $ ls /dev/video*
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 029: ID 2b03:f582
Bus 002 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 002 Device 011: ID 0461:4e2a Primax Electronics, Ltd
Bus 002 Device 002: ID 1b1c:1b3d Corsair
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ ls /dev/video*
/dev/video0 /dev/video1
Have been getting the same error.
When running our code we get the "CAMERA FAILED TO SETUP" error. We have been using the ZED Mini with the pyzed api.
ZED Mini
Ubuntu server 20.04
The latest Ubuntu update updated the v4l2 driver by introducing different management of some parameters that broke the communication with the ZED SDK. We already found the cause of the problem and fixed it. A patch for the ZED SDK will be released in the next few days after completing the QA tests.
Recently released version 3.6.5 fixes this issue!
Recently released version 3.6.5 fixes this issue!
We just installed v3.6.5 on Ubuntu 18 (kernel version 5.4.0-99-generic). The issue is still there (/builds/sl/ZEDKit/lib/src/sl_input/grabber/linux/linuxStereoGrabber.cpp_2625: linux_grabber->construct return false …). The camera be viewed by other generic UVC viewers. Any suggestions to solve this problem?
Hi @ymei Please do not reply to closed issues. Always create a new one and tag the closed instead. Your problem seems something different, please create a new issue
Preliminary Checks
Description
When running the
camera_control.py
example file with my ZED 1 (file here), I'm getting the following error:Any ideas?
Steps to Reproduce
camera_control.py
Expected Result
Camera should open
Actual Result
Camera fails to set up
ZED Camera model
ZED
Environment
Anything else?
No response