Skip to content

Instantly share code, notes, and snippets.

@hariby
Created September 6, 2018 03:35
Show Gist options
  • Save hariby/c23faee59405395bfa0cfa4a4a0a1a06 to your computer and use it in GitHub Desktop.
Save hariby/c23faee59405395bfa0cfa4a4a0a1a06 to your computer and use it in GitHub Desktop.
See the DeepLens project stream
#!/bin/bash
X=858
Y=480
mplayer -demuxer lavf -lavfdopts format=mjpeg:probesize=32 /tmp/results.mjpeg -x $X -y $Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment