Initialization of network cameras (ESP32-CAM) #1967
josefmoellers
started this conversation in
General
Replies: 1 comment 1 reply
|
Your title is for "network camera" but when I google ESP32 cameras I see something a bit more like a PI camera. If you've set it up as a network camera, then Motion doesn't have any readily available functionality to execute a pre-connect setup script. If however the camera is supported by libcamera, then you could use that functionality to setup the camera. (Note that you'd have to build Motion from source to get the libcamera functionality since it isn't in a release yet) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm planning to use a few ESP32-CAMs with motion.
Before I actually connect to them, I'd like to initialize them, especially I' like to set the resolution to 800x600.
Is there a built-in method to do that, eg by specifying a program to be run first, or do I have to put that into eg the systemd service file?
Thanks in advance,
Josef
All reactions