/sane.d/gphoto2.conf

http://github.com/brinkman83/bashrc · Config · 32 lines · 26 code · 6 blank · 0 comment · 0 complexity · ca55d23d02774d6eea321dcbd4099e5e MD5 · raw file

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