~ubuntu-branches/ubuntu/saucy/libgphoto2/saucy-proposed

« back to all changes in this revision

Viewing changes to examples/README

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-07-31 07:00:09 UTC
  • mfrom: (1.4.4)
  • Revision ID: package-import@ubuntu.com-20130731070009-enrbvg3hry64cxl1
Tags: 2.5.2-0ubuntu1
* New upstream release.
* Drop 01-increase_max_entries.patch, 02-libusbx_no_debug.patch,
  03-libusbx-fixes.patch: fixed upstream.
* Add libxml2-dev build dependency for new optional features.
* ABI changes: libgphoto2-2 → libgphoto2-6,
  libgphoto2-port0 → libgphoto2-port10
* debian/libgphoto2-dev-doc.install: Adjust to changed HTML API doc folder
  name.
* debian/libgphoto2-port10.install: Adjust for changed libgphoto-port ABI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Sample snippets for programmatic camera usage.
2
2
 
3
 
This directory contains sample snippets for your C / C++ program accessing
 
3
This directory contains sample snippets for your C/C++ program accessing
4
4
cameras for various purposes.
5
5
 
6
6
Files with helper routines:
23
23
        sample-owner.c: Gets or Sets the Camera Owner. Demonstrates string
24
24
                        variable configuration handling.
25
25
 
 
26
        sample-capture.c: Minimalistic remote capture sample.
 
27
 
 
28
        sample-trigger-capture.c: New capture trigger and then loop example.
 
29
 
26
30
        lunkwill-canon-capture.c: A simple capture program that captures
27
31
                                  a single image, retrieves it to disk,
28
32
                                  and removes it from the camera.
29
 
        preview.c: Get 100 preview images in a row and save them to disk.
 
33
                                  (Despite the Canon comments this likely
 
34
                                   works on all capture cameras.)
 
35
 
 
36
        preview.c: A sample preview loop, it will get 100 previews in
 
37
                        1 row as fast as possible. 
30
38
 
31
39
 
32
40
If you find a common thing to do missing, please report them (or do them