Python control and capture things for Intel RealSense camaera (tested on F200)
A realy rather ropey extension for python to control and capture frames from the Intel realsense camera.
Writtien and compiled in Visual Studio 2015
Based on this video https://www.youtube.com/watch?v=wIkIdjN6Oyw but returning a numpy array.
Demo file: /Debug/test.py
TODO: Alow getdev() to accept paramiters toselect requested streams and resolutions.
Test setters.
Add error handeling (virtually none in there at the moment!!)
Add ability to set camera capture params and which streams to enable
Just generally make it good!!
run test file with: execfile('test.py')