forked from cgart/photobooth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
23 lines (17 loc) · 841 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Photobooth project based on Kivy and GPhoto
Requirements:
- Kivy 1.9.1 (found in externals)
- numpy >= 1.7
- Imagemagick (required for convert system command)
- libgphoto2
Prerequisities:
Per default gphoto installs additional hook ups to the gvfs (gnome virtual
file system). This is of course super usefull when accessing the camera from
a desktop environment, but less when we want to run scripts controlling the
camera. Hence it is recommended to disable gphoto2's gvfs backend with:
sudo rm /usr/share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
sudo rm /usr/share/gvfs/mounts/gphoto2.mount
sudo rm /usr/share/gvfs/remote-volume-monitors/gphoto2.monitor
sudo rm /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
ATTENTION: If you would ever need to access the camera using gvfs, you would
need to reenable the hooks.