Digicam-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Konfiguration: ..entsprechend die Verzeichnisse erstellen) |
(→Links) |
||
| Zeile 53: | Zeile 53: | ||
| http://www.gphoto.org/proj/libgphoto2/support.php | | http://www.gphoto.org/proj/libgphoto2/support.php | ||
| Liste unterstützter Cameras | | Liste unterstützter Cameras | ||
| + | |- | ||
| + | | [4] | ||
| + | | http://m4l.berlios.de/pub/Main/HowTo | ||
| + | | Digitalkamera Howto | ||
|}[[Kategorie:Plugins]] | |}[[Kategorie:Plugins]] | ||
Version vom 2. Dezember 2004, 17:57 Uhr
Inhaltsverzeichnis |
Beschreibung
Plugin erlaubt den Zugriff auf Digital Cameras, Auswahl und Download von Bildern bequem via FB.
Hardwareanforderungen
- eine von libgphoto2 unterstütze Camera
Softwareanforderungen
- libgphoto2
Installation
cd $SOURCEDIR tar jxvf libgphoto2-<VERSION>.tar.bz2 cd libgphoto2-<VERSION>.tar.bz2 ./configure --prefix=/usr/local make make install ldconfig
Konfiguration
Im Makefile eine kleine Änderung, da libgphoto2 mit --prefix=/usr/local übersetzt wurde, macht sich einfach besser um System und VDR Relevante Software zu trennen.
- INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I/usr/include/gphoto2 + INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I/usr/local/include/gphoto2
Diese Beispiele sollte man sich anpassen, und entsprechend die Verzeichnisse erstellen.
cp $SOURCEDIR/VDR/PLUGINS/src/digicam/examples/* /etc/vdr/plugins
Probleme
Links
| [1] | http://www.gphoto.org/proj/libgphoto2 | Homepage => libgphoto2 |
| [2] | http://turku.wi-bw.tfh-wildau.de/~pjuszack/digicam | Homepage des Plugins |
| [3] | http://www.gphoto.org/proj/libgphoto2/support.php | Liste unterstützter Cameras |
| [4] | http://m4l.berlios.de/pub/Main/HowTo | Digitalkamera Howto |