Hi there,
I've installed pyrealsense with pip3 install pyrealsense and pycparser with pip3 install pycparser inside my virtualenv. When I tried out the example on using pyrealsense with opencv (show_cv2.py), I got an error in line 8, saying that there is no module called rs_option. The only modules that can be importet from pyrealsense.constants are rs_h_file, rs_h_filename and api_version.
When I don't use the custom-options, the Image I get is in a very low resolution.
Hi there, I've installed pyrealsense with pip3 install pyrealsense and pycparser with pip3 install pycparser inside my virtualenv. When I tried out the example on using pyrealsense with opencv (show_cv2.py), I got an error in line 8, saying that there is no module called rs_option. The only modules that can be importet from pyrealsense.constants are rs_h_file, rs_h_filename and api_version.
When I don't use the custom-options, the Image I get is in a very low resolution.
Did I forgot to install some dependencies?
Thanks for your help!