Sandro Miccoli

Results 12 comments of Sandro Miccoli

Ok, I had the same problem. The way it worked for me was changing the startDepth() for initDepth() and also adding a initDevice() afterwards. Like this: ``` kinect2 = new...

Hey all, I'm trying the same here, but not running straight from the terminal, I'm using [omxplayer-wrapper](https://python-omxplayer-wrapper.readthedocs.io/en/latest/) for python, like so: ``` from omxplayer.player import OMXPlayer player0 = OMXPlayer('videos/video0.mp4', dbus_name='org.mpris.MediaPlayer2.omxplayer1',...