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
Above stated error from @Jalen-Xu is fixed by the commit of @Erol444. However I am running in the following error:
Closing OAK camera
Traceback (most recent call last):
File "/home/mic-733ao/depthai-experiments/gen2-record-replay/record.py", line 95, in <module>
cam = create_cam(socket)
File "/home/mic-733ao/depthai-experiments/gen2-record-replay/record.py", line 52, in create_cam
cam = oak.create_camera(socket, encode=dai.VideoEncoderProperties.Profile.MJPEG)
File "/home/mic-733ao/.local/lib/python3.8/site-packages/depthai_sdk/oak_camera.py", line 126, in create_camera
comp = CameraComponent(self._pipeline,
File "/home/mic-733ao/.local/lib/python3.8/site-packages/depthai_sdk/components/camera_component.py", line 61, in __init__
self._create_node(self._pipeline, source.upper())
AttributeError: 'depthai.CameraBoardSocket' object has no attribute 'upper'
Hi,
I want to save some RGB images and depth images from SR camera by running record.py file, but it reports an error.
The text was updated successfully, but these errors were encountered: