## Path:        Applications/mjpg-streamer
## Description: Startup defaults for mjpg_streamer
## Type:        string
## Default:     ""
## Config:      mstreamer,mjpg_streamer
#
# Set the video device or leave empty for program default
# Common values are:
# /dev/video0
# /dev/video1
#
VIDEODEV=""

## Type:        string
## Default:     640x480
#
# Size of the image. Use a value supported by your camera.
#
IMGSIZE="640x480"

## Type:        integer
## Default:     5
#
# Frame rate for streaming (frames/sec)
#
FRAMERATE="5"

## Type:        integer
## Default:     8080
#
# TCP port to stream on
#
TCP_PORT="8080"

## Type:        integer
## Default:     2001
#
# UDP port for mjpg_streamer_udp_client
#
UDP_PORT="2001"
