added LICENSE file (MIT license)
[alphamote.git] / README
blob23690067e721725f24d857012b57b15a6aa1e0d9
1 alphamote - Free Sony alpha camera remote tools
2 ===============================================
4 alphamote is a work in progress to build a libusb-based
5 replacement for Sony's Remote Camera Control software.
7 Why? Sony's software does not run on free Unix systems
8 and can not be scripted ...
10 For now, there is no Makefile, so run
12 gcc -o alphamote-init init.c -lusb
13 gcc -o alphamote-trigger trigger.c -lusb
15 ./alphamote-init
16 ./alphamote-trigger
18 should then create a /tmp/foo.jpg file.