-
I have noticed that with the motionplus.conf file only (i.e no camerax.conf file) my webcam camera does not work (no light). I see the following in the logs: Is a requirement for a camerax.conf by design? I am testing on a amd64 ubuntu20.04 OS but same issue seen on a raspberry pi with RaspberrypiOS32 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
A clarification to the above. concerning the Raspbery PI only. No change on AMD/Ubuntu. I do not see the "Unable to start MHD" statement on the PI and I can access the config tabs via localhost:8080. No light on the webcam (USB webcam connected) and logs confirm camera not started. |
Beta Was this translation helpful? Give feedback.
-
The message about MHD means that the port is in use. Usually that means that another instance of Motion or Motionplus is already running and using the port. The result of using only a motionplus.conf file is intentional and by design. The motionplus.conf file provides the application defaults. If no camera file is provided, then it assumes that you wish to use the web interface to add a camera after it has started. |
Beta Was this translation helpful? Give feedback.
The message about MHD means that the port is in use. Usually that means that another instance of Motion or Motionplus is already running and using the port.
The result of using only a motionplus.conf file is intentional and by design. The motionplus.conf file provides the application defaults. If no camera file is provided, then it assumes that you wish to use the web interface to add a camera after it has started.