Motion is not working on Raspberry Pi 1 (model B), with logitch c925e web camera #1828
Unanswered
tristanjiao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm encountering issues with Motion on my Raspberry Pi 1 (Model B I believe) using a Logitech C925e webcam.
It comes with single-core CPU at 700MHz and 0.5GB of memory. I have installed Raspberry Pi OS Lite 32 bit along with Motion.
The service starts briefly, with the camera LED flashing once, and then becomes inactive.
Any help or suggestions to resolve this issue would be greatly appreciated.
Thank you!
Following is the motion.log:
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] motion_startup: Motion 4.5.1 Started
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] motion_startup: Using default log type (ALL)
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] motion_startup: Using log type (ALL) log level (NTC)
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] become_daemon: Motion going to daemon mode
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] motion_startup: Motion running as daemon process
[0:motion] [NTC] [STR] [Nov 27 13:53:10] webu_start_strm: Starting all camera streams on port 8081
[0:motion] [NTC] [STR] [Nov 27 13:53:10] webu_strm_ntc: Started camera 0 stream on port 8081
[0:motion] [NTC] [STR] [Nov 27 13:53:10] webu_start_ctrl: Starting webcontrol on port 8080
[0:motion] [NTC] [STR] [Nov 27 13:53:10] webu_start_ctrl: Started webcontrol on port 8080
[0:motion] [NTC] [ENC] [Nov 27 13:53:10] ffmpeg_global_init: ffmpeg libavcodec version 59.37.100 libavformat version 59.27.100
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] translate_init: Language: English
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] motion_start_thread: Camera ID: 0 is from /etc/motion/motion.conf
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] motion_start_thread: Camera ID: 0 Camera Name: (null) Device: /dev/video0
[0:motion] [NTC] [ALL] [Nov 27 13:53:10] main: Waiting for threads to finish, pid: 4165
[1:ml1] [NTC] [ALL] [Nov 27 13:53:10] motion_init: Camera 0 started: motion detection Enabled
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] vid_start: Opening V4L2 device
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_device_open: Using videodevice /dev/video0 and input -1
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_device_capability: - VIDEO_CAPTURE
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_device_capability: - STREAMING
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_input_select: Name = "Camera 1"- CAMERA
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_norm_select: Device does not support specifying PAL/NTSC norm
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_pixfmt_try: Unable to use YU12 (640x480)
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_pixfmt_select: Configuration palette index 17 (YU12) for 640x480 doesn't work.
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_pixfmt_select: Supported palettes:
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_pixfmt_select: (0) YUYV (YUYV 4:2:2)
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_pixfmt_select: (1) MJPG (Motion-JPEG)
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_pixfmt_try: Testing palette MJPG (640x480)
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_pixfmt_set: Using palette MJPG (640x480)
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_pixfmt_select: Selected palette MJPG
[1:ml1] [NTC] [ALL] [Nov 27 13:53:10] image_ring_resize: Resizing pre_capture buffer to 1 items
[1:ml1] [NTC] [ALL] [Nov 27 13:53:10] image_ring_resize: Resizing pre_capture buffer to 4 items
[1:ml1] [NTC] [ALL] [Nov 27 13:53:10] motion_loop: Thread exiting
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] vid_close: Cleaning up V4L2 device
[1:ml1] [NTC] [VID] [Nov 27 13:53:10] v4l2_cleanup: Closing video device /dev/video0
[0:motion] [NTC] [ALL] [Nov 27 13:53:11] main: Threads finished
[0:motion] [NTC] [ALL] [Nov 27 13:53:11] main: Motion terminating
[0:motion] [NTC] [ALL] [Nov 27 13:53:11] motion_remove_pid: Closing logfile
Beta Was this translation helpful? Give feedback.
All reactions