Digicam-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(M) |
||
| Zeile 8: | Zeile 8: | ||
|[[Bild:digicam-plugin-00.jpg|thumb|none|''Info'']] | |[[Bild:digicam-plugin-00.jpg|thumb|none|''Info'']] | ||
|[[Bild:digicam-plugin-01.jpg|thumb|none|''Download'']] | |[[Bild:digicam-plugin-01.jpg|thumb|none|''Download'']] | ||
| − | |[[Bild:digicam-plugin-02.jpg|thumb|none|'' | + | |[[Bild:digicam-plugin-02.jpg|thumb|none|''Gespeichert'']] |
|} | |} | ||
| Zeile 27: | Zeile 27: | ||
ldconfig | ldconfig | ||
</pre> | </pre> | ||
| + | |||
| + | <!-- ==Optionen== --> | ||
| + | <!-- ==Patches== --> | ||
==Konfiguration== | ==Konfiguration== | ||
| Zeile 44: | Zeile 47: | ||
Siehe [[Struktur]]. | Siehe [[Struktur]]. | ||
| − | ==Probleme== | + | <!-- ==Einstellungen== --> |
| + | <!-- ==Parameter== --> | ||
| + | <!-- ==Bedienung== --> | ||
| + | <!-- ==Probleme== --> | ||
| + | <!-- ==Tipps== --> | ||
| + | <!-- ==Wunschliste== --> | ||
| + | <!-- ==Snapshot== --> | ||
| + | |||
==Links== | ==Links== | ||
{| | {| | ||
| Zeile 62: | Zeile 72: | ||
| http://m4l.berlios.de/pub/Main/HowTo | | http://m4l.berlios.de/pub/Main/HowTo | ||
| Digitalkamera Howto | | Digitalkamera Howto | ||
| − | |}[[Kategorie:Plugins]] | + | |}[[Kategorie:Plugins]][[en:digicam-plugin]] |
Version vom 13. November 2005, 13:39 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Peter Juszack
Plugin erlaubt den Zugriff auf Digital Cameras, Auswahl und Download von Bildern bequem via FB.
Bilder
Hardwareanforderungen
- von libgphoto2 unterstützte Kamera
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, somit erkennt es selbst mit welchen prefix das ganze aufzurufen ist.
- INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I/usr/include/gphoto2 + INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include $(shell gphoto2-config --cflags)
Diese Beispiele (digicamdestinations.conf / digicamsources.conf) sollte man sich anpassen, und entsprechend die Verzeichnisse erstellen.
cp $SOURCEDIR/VDR/PLUGINS/src/digicam/examples/* /etc/vdr/plugins
Siehe Struktur.
Links
| [1] | http://www.gphoto.org/proj/libgphoto2 | Homepage => libgphoto2 |
| [2] | http://www.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 |