Welcome to reef2reef.I'm terribly sorry if this has been asked, I used the search but didn't find info on these 2 things
Thanks so much! This is awesome so far
- I have enabled the camera module and in the config there is a upload option for Google drive. How do set this up for my drive account?
- Again with the camera module, the display only shows the last picture taken, not a live video feed. How would I configure this camera display to use a live feed like a Webcam would be?
Unfortunately the camera module for reef-pi is not documented at all(since its probably the least used one), couple . Here is a quick rundown of the things you need to do:
- install & configure the "drive" command line client in raspberry pi (reef-pi uses this to upload to google drive): You can find details here: https://github.com/odeke-em/drive
- install and configure "motion" on raspberry pi for the video streaming: You can find details here: https://motion-project.github.io/
As it is obvious, reef-pi does not really do a lot on this front by itself, its pretty much offloaded to these highly efficient systems. But reef-pi does let you access/configure these from a single interface. I also hope to integrate some advance object detection/machine learning feature of motion to reef-pi, once we are done with all the basic features.
Lastly, I want to call out that streaming and image processing is pretty computation heavy task on Raspberry Pi, and expect things to slow down. If possible, run a dedicated Pi/reef-pi system for this instead of using a single build for both essential reef keeping chores and video streaming. I have couple of builds that does this, and I use them as baby monitor at night (since theres Infra red/NOIR camera for pi) normally, and set it up in front of my tank using a camera stand when I am on vacation
