O-Hahn / node-red-contrib-camerapi

notes for processing fotos via opencv on raspberry pi with the raspberry pi camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General use

jason-a69 opened this issue · comments

Hi there,

Is there any documentation for this project, a couple of examples on how to use it might be a good idea. I have had a look at the code and it refers to the /home/pi/images as a default directory, how would I know that if I did not know how to code? I do not wish to be negative, and I do not mind helping, but this is not ready for release yet.

Thanks

Jason

yes you are right - i am writing on a tutorial for the whole IoT project. I will also split the package into a raspi-toolset only (without opencv) and the face detection. I will also create the default directory by the package ...

OK, great, thanks for the positive feedback. I do not like to criticise free code, people do great things and do not get paid for it.

rather than create the default directory (which isn't specified in the readme or info) why not use the existing "Pictures" directory which is part of the default raspbian image?

in deed - i have now switched to /home/pi/Pictures as a default directory.