Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.62 KB | None | 0 0
  1. pi@apsync:~/GitHub/maverick/manifests/maverick-modules/maverick_vision/files $ ls /dev/video*
  2. /dev/video0
  3. pi@apsync:~/GitHub/maverick/manifests/maverick-modules/maverick_vision/files $ ./maverick-visiond start
  4. Starting maverick-visiond daemon
  5. pi@apsync:~/GitHub/maverick/manifests/maverick-modules/maverick_vision/files $ cat maverick-visiond.daemon.log
  6. started with pid 990
  7. pi@apsync:~/GitHub/maverick/manifests/maverick-modules/maverick_vision/files $ cat maverick-visiond.log
  8. 2017-03-24 21:37:39,422 - INFO - Starting maverick-visiond
  9. 2017-03-24 21:37:39,428 - INFO - Config read from /home/pi/GitHub/maverick/manifests/maverick-modules/maverick_vision/files/maverick-visiond.conf
  10. 2017-03-24 21:37:39,497 - DEBUG - V4l2 device input: Camera 1:2
  11. 2017-03-24 21:37:39,498 - INFO - v4l2 device /dev/video0 is a camera, autoselecting
  12. 2017-03-24 21:37:39,498 - DEBUG - V4l2 device input: Camera 1:2
  13. 2017-03-24 21:37:39,498 - DEBUG - driver: uvcvideo
  14. 2017-03-24 21:37:39,499 - DEBUG - card: Mobius
  15. 2017-03-24 21:37:39,500 - DEBUG - Camera format: Motion-JPEG
  16. 2017-03-24 21:37:39,501 - INFO - Camera MJPEG stream available, using mjpeg stream
  17. 2017-03-24 21:37:39,501 - INFO - Creating stream object - camera:/dev/video0, format:mjpeg, encoder:h264, size:(1280 x 720 / 30), output:udp
  18. 2017-03-24 21:37:39,501 - INFO - Attaching input 'v4l2': /dev/video0
  19. 2017-03-24 21:37:39,598 - INFO - Attaching stream 'mjpeg'
  20. 2017-03-24 21:37:39,690 - INFO - Attaching encoding 'h264'
  21. 2017-03-24 21:37:39,691 - INFO - Raspberry hardware encoder detected, using omxh264enc as h264 encoder
  22. 2017-03-24 21:37:40,015 - INFO - Attaching payload 'h264'
  23. 2017-03-24 21:37:40,040 - DEBUG - h264parse element created
  24. 2017-03-24 21:37:40,072 - DEBUG - Attaching h264pay to h264parse
  25. 2017-03-24 21:37:40,072 - INFO - Attaching output 'udp', sending to 192.168.1.108:5000
  26. 2017-03-24 21:37:40,121 - INFO - Starting camera stream
  27.  
  28.  
  29. kieran@kieran-ubuntu-hp:~$ ifconfig wlo1
  30. wlo1      Link encap:Ethernet  HWaddr 74:c6:3b:a5:85:a2  
  31.           inet addr:192.168.1.108  Bcast:192.168.1.255  Mask:255.255.255.0
  32.           inet6 addr: fe80::c94:9875:b13b:6812/64 Scope:Link
  33.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  34.           RX packets:1271882 errors:0 dropped:1 overruns:0 frame:0
  35.           TX packets:539924 errors:0 dropped:0 overruns:0 carrier:0
  36.           collisions:0 txqueuelen:1000
  37.           RX bytes:1569979930 (1.5 GB)  TX bytes:63092652 (63.0 MB)
  38.  
  39. kieran@kieran-ubuntu-hp:~$ sudo tcpdump udp port 5000
  40. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  41. listening on wlo1, link-type EN10MB (Ethernet), capture size 262144 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement