Lines Matching defs:init_gphoto2
375 * init_gphoto2() - Initialize interface to camera using gphoto2 API
378 init_gphoto2 (void)
390 DBG (0, "init_gphoto2: Camera name not specified in config file\n");
418 DBG (0, "init_gphoto2: Camera port not specified in config file\n");
446 "init_gphoto2", Cam_data.speed, Cam_data.camera_name);
450 DBG (4, "init_gphoto2: about to initialize port\n");
482 DBG (20, "init_gphoto2: Camera does not support image capture\n");
488 DBG (20, "init_gphoto2: Camera does not support image preview\n");
494 DBG (20, "init_gphoto2: Camera does not support image deletion\n");
499 DBG (4, "init_gphoto2: about to get folders\n");
506 DBG (0, "init_gphoto2: Unable to get file list\n");
760 "init_gphoto2", Cam_data.port);
850 DBG (3, "sane_init: about to init_gphoto2\n");
852 if (init_gphoto2 () != SANE_STATUS_GOOD)
1203 if (init_gphoto2 () != SANE_STATUS_GOOD)
1699 * to init_gphoto2() here before, but that was causing us to not
1704 if (init_gphoto2 () != SANE_STATUS_GOOD)