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 8ed3102caa8646384b5b6f7169246580946c9c55
parent 4b607beece2df806795e1e294d748b6fa433b5ca
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 24 Jul 2021 22:05:17 +0200

Update readme

Diffstat:
MREADME.md | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -19,4 +19,8 @@ The project is only tested on a Canon EOS 4000D/Rebel T100. This project eventually is going to get a rust rewrite to reduce performance overhead. -The images get saved on to the cameras sd card as downloading them with the nodejs lib does lock up my camera. (gphoto2 cli doesnt) -\ No newline at end of file +The images get saved on to the cameras sd card as downloading them with the nodejs lib does lock up my camera. (gphoto2 cli doesnt) + +## Code based on + +The code was based on initial work over at https://github.com/balena-io-playground/balena-dslr/ but diverged rather quickly +\ No newline at end of file