From 4f18dcbe79a0b1e3a41ff0289e74837d9044567e Mon Sep 17 00:00:00 2001 From: Alexander Klink Date: Sun, 8 Feb 2009 12:13:46 +0100 Subject: [PATCH] added quick README --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..2369006 --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +alphamote - Free Sony alpha camera remote tools +=============================================== + +alphamote is a work in progress to build a libusb-based +replacement for Sony's Remote Camera Control software. + +Why? Sony's software does not run on free Unix systems +and can not be scripted ... + +For now, there is no Makefile, so run + +gcc -o alphamote-init init.c -lusb +gcc -o alphamote-trigger trigger.c -lusb + +./alphamote-init +./alphamote-trigger + +should then create a /tmp/foo.jpg file. -- 2.11.4.GIT