Expires in
1### Options for libcamera based cameras (PiCam, Arducam, ...)
2
3# The port on which the webcam server for the camera should listen on. If you have only
4# one camera, leave at 8080. If you have more, change to 8081, 8082, etc. The primary
5# camera will be considered the one with 8080.
6PORT=8080
7
8# The resolution to request on the camera sensor. Defaults to 1280x720.
9WIDTH=3280
10HEIGHT=2464
11
12# The height to use for the video stream. Defaults to 720.
13VIDEO_HEIGHT=1080
14
15# The height to use for the snapshots. Defaults to 1080.
16SNAPSHOT_HEIGHT=2464
17
18# The framerate to set on the camera. Defaults to 15fps.
19FRAMERATE=15
20
21# Additional options. By default enables continuous auto focus (if possible).
22OPTIONS=''