Digicam-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Links)
K (Links: merge)
Zeile 71: Zeile 71:
  
 
==Links==
 
==Links==
{|
+
# [http://www.gphoto.org/proj/libgphoto2 Libgphoto2]
| [1]
+
# [http://www.wi-bw.tfh-wildau.de/~pjuszack/digicam Homepage des Plugins]
| http://www.gphoto.org/proj/libgphoto2
+
# [http://www.gphoto.org/proj/libgphoto2/support.php Liste unterstützter Cameras]
| Homepage => libgphoto2
+
# [http://m4l.berlios.de/pub/Main/HowTo Digitalkamera Howto]
|-
+
| [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
+
|}[[Kategorie:Plugins]]
+
  
 +
[[Kategorie:Plugins]]
 
{{i18n|digicam-plugin}}
 
{{i18n|digicam-plugin}}

Version vom 3. April 2006, 14:26 Uhr

Inhaltsverzeichnis

Beschreibung

Autor: Peter Juszack

Plugin erlaubt den Zugriff auf Digital Cameras, Auswahl und Download von Bildern bequem via FB.

Bilder

Info
Download
Gespeichert

Hardwareanforderungen

  • von libgphoto2 unterstützte Kamera

Softwareanforderungen

  • libgphoto2

Installation

Source

cd $SOURCEDIR
tar jxvf libgphoto2-<VERSION>.tar.bz2
cd libgphoto2-<VERSION>.tar.bz2
./configure --prefix=/usr/local
make
make install
ldconfig

Arch-Linux

pacman -S libgphoto2

Crux

prt-get libgphoto2

Debian

apt-get install libgphoto2-2 libgphoto2-port0 libgphoto2-2-dev

Gentoo

emerge libgphoto2

SuSE

yast -i libgphoto2


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. Libgphoto2
  2. Homepage des Plugins
  3. Liste unterstützter Cameras
  4. Digitalkamera Howto
In anderen Sprachen