toinsson / pyrealsense

Cross-platform ctypes/Cython wrapper to the librealsense library (v1.x)
http://pyrealsense.readthedocs.io
Apache License 2.0
121 stars 46 forks source link

Lots of commas causing errors #29

Closed MathijsNL closed 7 years ago

MathijsNL commented 7 years ago

All the variables that have commas at the end were causing problems, they should be removed.

Did I get them all?

toinsson commented 7 years ago

thanks !

G-Paris commented 7 years ago

Tested the plt and cv2 examples with the Infrared stream. It now works out of of the box