balena-dslr-js

A js tool to run on a pi zero w to control cameras via gphoto2
git clone git://archive.git.mtrnord.blog/balena-dslr/balena-dslr-js.git
Log | Files | Refs | README | LICENSE

commit 3462eda77cbced11cf395860fcf2b64bc34641fa
Author: Anuj Deshpande <anuj@makerville.io>
Date:   Fri, 10 Apr 2020 09:27:19 +0530

Add README.md with hardware required

Diffstat:
AREADME.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,10 @@ +# balena-DSLR + +You can use this project to remotely control your DSLR camera from the balenaCloud dashboard. + +## Hardware + +| Hardware required | Notes | +| :--: | :--: | +| A Raspberry Pi | You can use any of the devices listed [here](https://www.balena.io/docs/reference/hardware/devices/) - as we are only interested in the USB functionality of the Pi here| +| A DSLR camera | This project uses `gphoto2` to communicate with the cameras. See supported cameras [here](http://gphoto.org/proj/libgphoto2/support.php)|