-
Notifications
You must be signed in to change notification settings - Fork 0
Running the Picamera video feed
Connor Whalen edited this page Apr 1, 2017
·
4 revisions
This page details the process for viewing the Picamera video feeds via mpv.
-
Start the mpv process on the topside (the trailing
-
is important and not a typo):nc -l 12345 | mpv --osd-level=0 --no-osc --no-cache --no-correct-pts \ --hwdec=vdpau --vo=vdpau \ --demuxer-readahead-secs=0 --demuxer-lavf-probescore=1 --demuxer-lavf-buffersize=1 \ --fps=48 \ --title=ROV -
-
Log into a Pi (e.g.
sshpass -p raspberry ssh pi@$ip
) and piperaspivid
throughnc
:raspivid -t 0 -w 1296 -h 720 -fps 24 -o - | nc 192.168.88.2 12345
-
???
-
Profit
This wiki and the project's README file contain a lot of information, take your time and read both. Read the CONTRIBUTING.md
file in the project before opening a pull request or an issue.
© Eastern Edge Robotics - www.easternedgerobotics.com
Introductions
- Home
- 1000ft overview
- Design rationale
- Configuration
Getting things done
- Quick start
- Getting Started/Workspace Setup
- Git-Cheatsheet
- Vagrant environment
- Connecting to the ROV network
- Walkthrough: Adding a feature
- Testing changes to the application
- Deploying the application
- Running the application topside
- Running the Picamera video feed
Development
Hardware and misc.