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 want to get the stereo view from zed mini camera to meta quest 2, without any movement or dynamixel. I tried with the given steps but I am getting a very weird error. I am running the teleop_active_cam.py script and for some reason, it is getting executed twice and gives an error while trying to access the camera second time. I am mentioning the error here:
[2024-08-21 06:25:50 UTC][ZED][INFO] Logging level INFO
[2024-08-21 06:25:52 UTC][ZED][INFO] [Init] Depth mode: PERFORMANCE
[2024-08-21 06:25:54 UTC][ZED][INFO] [Init] Camera successfully opened.
[2024-08-21 06:25:54 UTC][ZED][INFO] [Init] Camera FW version: 1523
[2024-08-21 06:25:54 UTC][ZED][INFO] [Init] Video mode: HD720@60
[2024-08-21 06:25:54 UTC][ZED][INFO] [Init] Serial Number: S/N 19321795
[2024-08-21 06:25:55 UTC][ZED][INFO] Logging level INFO
Camera Open : CAMERA NOT DETECTED. Exit program.
[2024-08-21 06:25:56 UTC][ZED][WARNING] CAMERA NOT DETECTED in enum sl::ERROR_CODE __cdecl sl::Camera::open(struct sl::InitParameters)
[2024-08-21 06:25:56 UTC][ZED][ERROR] [ZED] sl::Camera::Open has not been called, no Camera instance running.
I hope someone can provide a solution to this problem.
The text was updated successfully, but these errors were encountered:
mandloips
changed the title
error while streaming to meta quest 2
error while streaming the stereo view
Aug 21, 2024
I want to get the stereo view from zed mini camera to meta quest 2, without any movement or dynamixel. I tried with the given steps but I am getting a very weird error. I am running the teleop_active_cam.py script and for some reason, it is getting executed twice and gives an error while trying to access the camera second time. I am mentioning the error here:
[2024-08-21 06:25:50 UTC][ZED][INFO] Logging level INFO
[2024-08-21 06:25:52 UTC][ZED][INFO] [Init] Depth mode: PERFORMANCE
[2024-08-21 06:25:54 UTC][ZED][INFO] [Init] Camera successfully opened.
[2024-08-21 06:25:54 UTC][ZED][INFO] [Init] Camera FW version: 1523
[2024-08-21 06:25:54 UTC][ZED][INFO] [Init] Video mode: HD720@60
[2024-08-21 06:25:54 UTC][ZED][INFO] [Init] Serial Number: S/N 19321795
[2024-08-21 06:25:55 UTC][ZED][INFO] Logging level INFO
Camera Open : CAMERA NOT DETECTED. Exit program.
[2024-08-21 06:25:56 UTC][ZED][WARNING] CAMERA NOT DETECTED in enum sl::ERROR_CODE __cdecl sl::Camera::open(struct sl::InitParameters)
[2024-08-21 06:25:56 UTC][ZED][ERROR] [ZED] sl::Camera::Open has not been called, no Camera instance running.
I hope someone can provide a solution to this problem.
The text was updated successfully, but these errors were encountered: