-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (19 loc) · 749 Bytes
/
README
File metadata and controls
34 lines (19 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
DESCRIPTION
================
* controlling digital I/O of ATtiny2313 via UART messages from server
* TCP/IP communication client<-->server with XML-RPC
* client with gui: (toggle) buttons for digital I/O, videostream
NOTES
================
best streaming solution so far mjpeg-streamer:
./mjpg_streamer -i "input_uvc.so -f 5 -y" -o "output_http.so -w www -p 8080"
stream location:
http://localhost:8080/?action=stream
stream video from v4l2 encoded in mjpeg with VLC:
cvlc v4l2:///dev/video0 --sout '#transcode{vcodec=MJPG,vb=400}:duplicate{dst=std{access=http{mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:8080/webcam.mjpg}}'
REQUIREMENTS
================
pyserial
glade
pygst
pygobject