summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2008-09-21 19:38:27 +0000
committerMarcus Meissner <marcus@jet.franken.de>2008-09-21 19:38:27 +0000
commit9dd5dc2a1e772ce2cf7d7cb49d21cb53dffafaed (patch)
treef4873705d865b5c5f56be97f8f77cf8b21344da3 /examples/README
parent95f014533c78cf80426e56bf090a6a5fa76987c6 (diff)
downloadlibgphoto2-9dd5dc2a1e772ce2cf7d7cb49d21cb53dffafaed.tar.gz
added a sample framework
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11341 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/README b/examples/README
new file mode 100644
index 000000000..1b85fabd7
--- /dev/null
+++ b/examples/README
@@ -0,0 +1,11 @@
+Sample snippets for programmatic camera usage.
+
+This directory contains sample snippets for your C / C++ program accessing
+cameras for various purposes.
+
+If you find a common thing to do missing, please report them (or do them
+yourselves and send patches).
+
+Please do not keep it for yourself.
+
+Marcus Meissner <marcus@jet.franken.de>