Closed chikko80 closed 2 years ago
@chikko80, please take a look if enable_recording is successful:
err = cam.enable_recording(recording_param)
if (err != sl.ERROR_CODE.SUCCESS) :
print(repr(err))
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
Hello,
i am facing the problem that i cant access the _get_recordingstatus() method of the Camera Object. Using latest ZED SDK and python module.
Iam not sure if the object is initiated with the camera object, didnt find anything in documentation about that, but it looks like this to me, especially because there is the _get_recordingstatus()-method according to the Camera Object.
Please check this, looks like a error in module code.
Little snippet to reproduce:
The traceback also says there is a attr error in the module code: