1# Interface port where the camera is connected
2# This should be one of the values returned by "gphoto2 --list-ports",
3# such # as serial:/dev/ttyS6 or usb:
4port=serial:/dev/ttyd1
5
6# Port speed.  This should be one of the values returned by
7# "gphoto2 --abilities"
8speed=115200
9
10# Name of camera.  This should be one of the values returned by
11# "gphoto2 --list-cameras"
12camera=Kodak DC240
13
14# Prints some extra information during the init phase.
15dumpinquiry
16
17# The resolution should be the maximum resolution supported by the
18# camera.  It's not really used for much, since the actual size will be
19# reported by the camera when the download starts.  But it may be useful
20# for the frontend to have a clue prior to the download.  (e.g. it
21# may want to create an image window, or report the maximum file size.
22# Width x Height.
23resolution=1280x960
24
25# Thumbnail resolutions - ditto
26thumb_resolution=160x120
27
28# top-level (fixed) folder directory in camera.  Backend assumes
29# that there is one variable directory under this (e.g. 100DC240)
30# which will be read from the camera, and all the images in the
31# camera are under that.
32topfolder=/DCIM
33