Digicam-plugin
From VDR Wiki
(Difference between revisions)
(Preparation) |
(→Links: merge -> internationalization) |
||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| - | [[Image: | + | [[Image:Digicam-plugin(info).jpg|thumb|Info]] |
| + | The '''digicam plugin''' allows the access to digital cameras, which are supported by GPhoto2. | ||
| + | Features | ||
| + | * Browsing camera's memory via OSD | ||
| + | * Download files from the camera and store on the VDR via OSD | ||
| + | * Selection where to store downloaded files via OSD | ||
| + | |||
| + | {| | ||
| + | | [[Image:Digicam-plugin(download).jpg|thumb|Download]] | ||
| + | | [[Image:Digicam-plugin(stored).jpg|thumb|Stored]] | ||
| + | |} | ||
==Hardware requirements== | ==Hardware requirements== | ||
| + | * Digital camera supported by libgphoto2 | ||
==Software requirements== | ==Software requirements== | ||
| + | * libgphoto2 | ||
==Installation== | ==Installation== | ||
| - | + | To install libgphoto2 | |
| + | cd $SOURCEDIR | ||
| + | tar -jxvf libgphoto2-<VERSION>.tar.bz2 | ||
| + | cd libgphoto2-<VERSION>.tar.bz2 | ||
| + | ./configure --prefix=/usr/local | ||
| + | make | ||
| + | make install | ||
| + | ldconfig | ||
| + | |||
| + | For the plugin, see [[plugin installation]]. | ||
| + | |||
| + | ==Configuration== | ||
| + | Copy the configuration files to '''/etc/vdr/plugins | ||
| + | cp $SOURCEDIR/VDR/PLUGINS/src/digicam/examples/* /etc/vdr/plugins | ||
==Problems== | ==Problems== | ||
| Line 14: | Line 39: | ||
{| | {| | ||
| [1] | | [1] | ||
| - | | http:// | + | | http://turku.wi-bw.tfh-wildau.de/~pjuszack/digicam |
| Plugin homepage | | Plugin homepage | ||
| + | |- | ||
| + | | [2] | ||
| + | | http://www.gphoto.org/proj/libgphoto2 | ||
| + | | libgphoto2 homepage | ||
| + | |- | ||
| + | | [3] | ||
| + | | http://www.gphoto.org/proj/libgphoto2/support.php | ||
| + | | List of supported cameras | ||
|} | |} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
| - | + | {{i18n|digicam-plugin}} | |
| - | + | ||
Latest revision as of 11:03, 13 March 2006
Contents |
Description
The digicam plugin allows the access to digital cameras, which are supported by GPhoto2.
Features
- Browsing camera's memory via OSD
- Download files from the camera and store on the VDR via OSD
- Selection where to store downloaded files via OSD
Hardware requirements
- Digital camera supported by libgphoto2
Software requirements
- libgphoto2
Installation
To install libgphoto2
cd $SOURCEDIR tar -jxvf libgphoto2-<VERSION>.tar.bz2 cd libgphoto2-<VERSION>.tar.bz2 ./configure --prefix=/usr/local make make install ldconfig
For the plugin, see plugin installation.
Configuration
Copy the configuration files to /etc/vdr/plugins
cp $SOURCEDIR/VDR/PLUGINS/src/digicam/examples/* /etc/vdr/plugins
Problems
Links
| [1] | http://turku.wi-bw.tfh-wildau.de/~pjuszack/digicam | Plugin homepage |
| [2] | http://www.gphoto.org/proj/libgphoto2 | libgphoto2 homepage |
| [3] | http://www.gphoto.org/proj/libgphoto2/support.php | List of supported cameras |




