I’m currently working on a Spotter Buoy and Dev Kit to be deployed this June and I have some questions regarding how to get data from a Raspberry Pi Camera Module 3 (starting with pictures, but preferably videos) stored on a Raspberry Pi Zero 2W SD card (that will be wired to the Dev Kit board or Mote) to the Spotter Ebox to be sent via satellite or cellular to an Aqualink data platfrom (Monitoring Athenian School Pool | Aqualink Dashboard). Many Aqualink sites include livestream video specifically, and I was wondering if that would be possible through possibly using the Ebox’s satellite or cellular connectivity to stream video feed from the RPi cam directly to a youtube livestream that can later be embedded into the Aqualink site.
Please let me know if a livestream would even be possible. I’m happy to try to answer any questions and talk more about what I’ve been doing. I would really appreciate any advice!
Hi @clarak! That is an awesome Idea, but here are a few challenges that will prevent video for now. Images on the other hand are totally do-able and there are already several example projects on the forum! Here are the links for them:
With regards to video streaming, right now the Spotter buoy is designed for lower data rates via both cellular and satellite than what can support a video stream. Because of this, streaming video is currently not possible. However, if you wanted to go above and beyond you could build your own intermediate node that could perhaps live inside the spotter buoy and connect to wifi (if you are just going to have this in the pool), or another higher bandwidth telemetry option.
Hope this helps and perhaps inspires some ideas! Happy to answer any other questions!
I’ll also need a Palau SIM card (this buoy & camera will eventually be deployed in Palau) for this build.
The camera will be about 5m underwater, and I was wondering if you, or anyone else reading this, thought this might be possible or see any holes. The idea is to have the RPi and camera at this 5m depth, but tether the HAT to the pi through long cables that will be wound against the buoy cable. At this point, the plan is no longer to go through any cellular/satellite connection capabilities that the spotter has, but rather to create a separate connection for the pi.
I’m also using this platform called ZeroTier, which appears to be able to do what I need and link devices across different networks as if they were in the same area. This way, I was thinking I could reach the pi camera’s livestream (I can livestream from the pi to my computer using CamUI: GitHub - monkeymademe/CamUI: CamUI is a WebUI for the Picamera2 Library for the Raspberry Pi · GitHub, but they have to be on the same network) as if both devices are on the same network, when they are actually over 1000 miles apart.
I’m curious to see what anyone thinks of this idea, if there’s been something done like it before, or if it would even be possible.