Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 582 on cam_preview.py example #1029

Open
DrewSBAI opened this issue May 30, 2024 · 1 comment
Open

Error 582 on cam_preview.py example #1029

DrewSBAI opened this issue May 30, 2024 · 1 comment

Comments

@DrewSBAI
Copy link

I'm running a USB OAK-D W on an AGX Orin. I can see streaming video with I run the test scripts in the utilities directory, but the cam_preview.py script in the examples directory detects the camera and crashes:

~/depthai-python/examples/Camera$ python3 camera_preview.py 
Device name: OAK-D-PRO-W
Usb speed: HIGH
Connected cameras: [{socket: CAM_A, sensorName: IMX378, width: 4056, height: 3040, orientation: AUTO, supportedTypes: [COLOR], hasAutofocus: 0, hasAutofocusIC: 1, name: color}, {socket: CAM_B, sensorName: OV9282, width: 1280, height: 800, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, hasAutofocusIC: 0, name: left}, {socket: CAM_C, sensorName: OV9282, width: 1280, height: 800, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, hasAutofocusIC: 0, name: right}]
{socket: CAM_A, sensorName: IMX378, width: 4056, height: 3040, orientation: AUTO, supportedTypes: [COLOR], hasAutofocus: 0, hasAutofocusIC: 1, name: color} CameraBoardSocket.CAM_A CameraBoardSocket.CAM_A
{socket: CAM_B, sensorName: OV9282, width: 1280, height: 800, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, hasAutofocusIC: 0, name: left} CameraBoardSocket.CAM_B CameraBoardSocket.CAM_B
{socket: CAM_C, sensorName: OV9282, width: 1280, height: 800, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, hasAutofocusIC: 0, name: right} CameraBoardSocket.CAM_C CameraBoardSocket.CAM_C
[1844301081D03BF500] [1.1] [1.577] [system] [critical] Fatal error. Please report to developers. Log: 'ImgPreproc' '582'
@Erol444
Copy link
Member

Erol444 commented May 30, 2024

Hi @DrewSBAI , are you using the latest depthai (2.26)? Also note you are getting USB2 (High), are you using an USB3 cable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants