Skip to content

Instantly share code, notes, and snippets.

@papr
Created July 5, 2017 14:40
Show Gist options
  • Save papr/f5772772b960a6487fd870569c6b1d35 to your computer and use it in GitHub Desktop.
Save papr/f5772772b960a6487fd870569c6b1d35 to your computer and use it in GitHub Desktop.
INFO:pyrealsense.core:There are 1 connected RealSense devices.
INFO:pyrealsense.core:Using device 0, an Intel RealSense R200
INFO:pyrealsense.core: Serial number: 2441005149
INFO:pyrealsense.core: Firmware version: 1.0.72.06
ERROR:pyrealsense.utils:rs_error was raised when calling rs_start_device(device:0x7fc8b61f9620)
ERROR:pyrealsense.utils: get_stream_ctrl_format_size(...) returned Invalid mode
ERROR:pyrealsense.utils:rs_error was raised when calling rs_stop_device(device:0x7fc8b61f9620)
ERROR:pyrealsense.utils: cannot stop device without first starting device
ERROR:pyrealsense.utils:rs_error was raised when calling rs_stop_device(device:0x7fc8b61f9620)
ERROR:pyrealsense.utils: cannot stop device without first starting device
Traceback (most recent call last):
File "show_cv2.py", line 29, in <module>
dev.wait_for_frames()
File "/Users/pabloprietz/.virtualenvs/py3.6/lib/python3.6/site-packages/pyrealsense/core.py", line 183, in wait_for_frames
_check_error(e)
File "/Users/pabloprietz/.virtualenvs/py3.6/lib/python3.6/site-packages/pyrealsense/utils.py", line 34, in _check_error
pp(lrs.rs_get_error_message, e))
pyrealsense.utils.RealsenseError: rs_start_device(device:0x7fc8b61f9620) crashed with: get_stream_ctrl_format_size(...) returned Invalid mode
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "show_cv2.py", line 41, in <module>
break
File "/Users/pabloprietz/.virtualenvs/py3.6/lib/python3.6/site-packages/pyrealsense/core.py", line 152, in __exit__
self.stop()
File "/Users/pabloprietz/.virtualenvs/py3.6/lib/python3.6/site-packages/pyrealsense/core.py", line 161, in stop
_check_error(e)
File "/Users/pabloprietz/.virtualenvs/py3.6/lib/python3.6/site-packages/pyrealsense/utils.py", line 34, in _check_error
pp(lrs.rs_get_error_message, e))
pyrealsense.utils.RealsenseError: rs_stop_device(device:0x7fc8b61f9620) crashed with: cannot stop device without first starting device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "show_cv2.py", line 41, in <module>
break
File "/Users/pabloprietz/.virtualenvs/py3.6/lib/python3.6/site-packages/pyrealsense/core.py", line 55, in __exit__
stop()
File "/Users/pabloprietz/.virtualenvs/py3.6/lib/python3.6/site-packages/pyrealsense/core.py", line 45, in stop
_check_error(e)
File "/Users/pabloprietz/.virtualenvs/py3.6/lib/python3.6/site-packages/pyrealsense/utils.py", line 34, in _check_error
pp(lrs.rs_get_error_message, e))
pyrealsense.utils.RealsenseError: rs_stop_device(device:0x7fc8b61f9620) crashed with: cannot stop device without first starting device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment