Advertisement
mesmariusz

motion setup

Jul 22nd, 2015
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. root@T5730:~# motion
  2. [0] [NTC] [ALL] conf_load: Processing thread 0 - config file /etc/motion/motion.conf
  3. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "rtsp_uses_tcp"
  4. [0] [NTC] [ALL] motion_startup: Motion 3.2.12+git20140228 Started
  5. [0] [NTC] [ALL] motion_startup: Logging to syslog
  6. [0] [NTC] [ALL] motion_startup: Using log type (ALL) log level (NTC)
  7. [0] [NTC] [ENC] ffmpeg_init: ffmpeg LIBAVCODEC_BUILD 3670272 LIBAVFORMAT_BUILD 3670272
  8. [0] [NTC] [ALL] main: Motion running in setup mode.
  9. [0] [NTC] [ALL] main: Thread 1 is from /etc/motion/motion.conf
  10. [0] [NTC] [ALL] main: Thread 1 is device: /dev/video0 input -1
  11. [0] [NTC] [ALL] main: Stream port 8000
  12. [0] [NTC] [ALL] main: Waiting for threads to finish, pid: 4468
  13. [0] [NTC] [STR] httpd_run: motion-httpd testing : IPV4 addr: 0.0.0.0 port: 8001
  14. [0] [NTC] [STR] httpd_run: motion-httpd Bound : IPV4 addr: 0.0.0.0 port: 8001
  15. [0] [NTC] [STR] httpd_run: motion-httpd/3.2.12+git20140228 running, accepting connections
  16. [0] [NTC] [STR] httpd_run: motion-httpd: waiting for data on 0.0.0.0 port TCP 8001
  17. [1] [NTC] [ALL] motion_init: Thread 1 started , motion detection Enabled
  18. [1] [NTC] [VID] vid_v4lx_start: Using videodevice /dev/video0 and input -1
  19. [1] [NTC] [VID] v4l2_get_capability:
  20. ------------------------
  21. cap.driver: "uvcvideo"
  22. cap.card: "USB2.0 Camera"
  23. cap.bus_info: "usb-0000:00:13.5-3"
  24. cap.capabilities=0x84000001
  25. ------------------------
  26. [1] [NTC] [VID] v4l2_get_capability: - VIDEO_CAPTURE
  27. [1] [NTC] [VID] v4l2_get_capability: - STREAMING
  28. [1] [NTC] [VID] v4l2_select_input: name = "Camera 1", type 0x00000002, status 00000000
  29. [1] [NTC] [VID] v4l2_select_input: - CAMERA
  30. [1] [WRN] [VID] v4l2_select_input: Device doesn't support VIDIOC_G_STD
  31. [1] [NTC] [VID] v4l2_set_pix_format: Config palette index 17 (YU12) doesn't work.
  32. [1] [NTC] [VID] v4l2_set_pix_format: Supported palettes:
  33. [1] [NTC] [VID] v4l2_set_pix_format: (0) YUYV (YUV 4:2:2 (YUYV))
  34. [1] [NTC] [VID] v4l2_set_pix_format: 0 - YUV 4:2:2 (YUYV) (compressed : 0) (0x56595559)
  35. [1] [NTC] [VID] v4l2_set_pix_format Selected palette YUYV
  36. [1] [NTC] [VID] v4l2_do_set_pix_format: Testing palette YUYV (640x480)
  37. [1] [NTC] [VID] v4l2_do_set_pix_format: Using palette YUYV (640x480) bytesperlines 1280 sizeimage 614400 colorspace 00000008
  38. [1] [NTC] [VID] v4l2_scan_controls: found control 0x00980900, "Brightness", range -127,127
  39. [1] [NTC] [VID] v4l2_scan_controls: "Brightness", default 0, current 0
  40. [1] [NTC] [VID] v4l2_scan_controls: found control 0x00980901, "Contrast", range 0,127
  41. [1] [NTC] [VID] v4l2_scan_controls: "Contrast", default 64, current 64
  42. [1] [NTC] [VID] v4l2_scan_controls: found control 0x00980902, "Saturation", range 0,255
  43. [1] [NTC] [VID] v4l2_scan_controls: "Saturation", default 64, current 64
  44. [1] [NTC] [VID] v4l2_scan_controls: found control 0x00980903, "Hue", range -16000,16000
  45. [1] [NTC] [VID] v4l2_scan_controls: "Hue", default 0, current 0
  46. [1] [NTC] [VID] v4l2_scan_controls: found control 0x00980910, "Gamma", range 16,500
  47. [1] [NTC] [VID] v4l2_scan_controls: "Gamma", default 100, current 100
  48. [1] [NTC] [VID] vid_v4lx_start: Using V4L2
  49. [1] [NTC] [ALL] image_ring_resize: Resizing pre_capture buffer to 1 items
  50. [1] [NTC] [STR] http_bindsock: motion-stream testing : IPV4 addr: 0.0.0.0 port: 8000
  51. [1] [NTC] [STR] http_bindsock: motion-stream Bound : IPV4 addr: 0.0.0.0 port: 8000
  52. [1] [NTC] [ALL] motion_init: Started motion-stream server in port 8000 auth Disabled
  53. [1] [NTC] [ALL] image_ring_resize: Resizing pre_capture buffer to 5 items
  54. ^C[1] [NTC] [ALL] motion_loop: End of event 1
  55. [1] [NTC] [ALL] motion_loop: Thread exiting
  56. [1] [NTC] [STR] stream_stop: Closing motion-stream listen socket & active motion-stream sockets
  57. [1] [NTC] [STR] stream_stop: Closed motion-stream listen socket & active motion-stream sockets
  58. [1] [NTC] [VID] vid_close: Closing video device /dev/video0
  59. [0] [NTC] [ALL] main: Threads finished
  60. [0] [NTC] [STR] httpd_run: motion-httpd - Finishing
  61. [0] [NTC] [STR] httpd_run: motion-httpd Closing
  62. [0] [NTC] [STR] motion_web_control: motion-httpd thread exit
  63. [0] [NTC] [ALL] main: Motion terminating
  64. root@T5730:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement