Skip to content

Commit 8459e2d

Browse files
authored
FAQ: fix keep images description using cameracontrol.py
1 parent 86ab9a3 commit 8459e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,10 +578,10 @@ or on subfolder installation of Photobooth
578578
python3 /var/www/html/photobooth/api/cameracontrol.py --help
579579
```
580580

581-
If you want to keep your images on the camera you need to use the same `capturetarget` config as when you were using `gphoto CLI` (see "How to keep pictures on my Camera using gphoto2?"). Set the config on the preview command like this:
581+
If you want to keep your images on the camera you need to use the same `capturetarget` config as when you were using `gphoto CLI` (see "How to keep pictures on my Camera using gphoto2?"). Set the config on the capture command like this:
582582

583583
```sh
584-
python3 cameracontrol.py --set-config capturetarget=1
584+
python3 cameracontrol.py --set-config capturetarget=1 --capture-image-and-download %s
585585
```
586586

587587
If you get errors from Photobooth and want to get more information try to run the preview command manually. The script is in Photobooth's `api` folder. To do so end all running services that potentially try to access the camera with `killall gphoto2` and `killall python3` (if you added any other python scripts manually you might have to be a bit more selective than this command).

0 commit comments

Comments
 (0)