I started with Python on Pi's, a good place to start learning.
Is that a Zero W?
You want to overlay data onto live video?
For rockets you need to collect data fast so probably save into a memory buffer.
Don't try to save to SD card, until you are going down or landed.
I would collect video and data separately and do the overlay in post processing back on the ground.
You can overlay some stuff one line or so?
Pikrellcam uses this feature to timestamp videos.
Can it be done fast enough in Python?
A good place to start would be with Picamera software
http://picamera.readthedocs.io/en/relea ... index.html
A very simple video camera system can be done with the Ultibo examples
https://github.com/ultibohub/Examples/t ... V/RaspiCam
The advantage is you don't need to learn Raspbian Linux.
WiFi is not yet working in Ultibo, but I did make a basic webcam app very quickly by combining 2 examples.
https://ultibo.org/forum/viewtopic.php? ... bcam#p5877
Steaming video is not that easy to do.
MJPEG seems to be the fastest as the VC4 can make the JPEGs in hardware.
You might also try lowering the resolution of the camera to get higher frame rate.
Some amazing speeds are getting done now, above 600fps, but not beginners stuff.
viewtopic.php?f=43&t=109137&start=325
But perhaps stick to 640x480 90fps to start with, should be able to capture that to memory but I don't think you can steam that fast.
https://www.raspberrypi.org/documentati ... /README.md
Lots of info on google for 640x480 90fps slow mo videoing.
You might want to practice all this on a RC car before attempting a rocket, works out cheaper and easier to fix bugs quickly.
DIY drones should give you some ideas.
Ultibo 2.0 has all the Videocore stuff and OpenVG has a an extension that pops jpegs on the display.
https://ultibo.org/forum/viewtopic.php? ... enVG#p5412
Being playing around with it for glass cockpit displays but it could be turned into a ground station display?
I gave up trying to do this in Linux, I am not a good enough coder, it may just be possible for me to do it with Ultibo one day.
Collect data and video at the same time? That would a be a challenge
I do know i2c comms in Ultibo works better, those sensors are i2c or SPI, SPI will allow faster sensor updates.
Good drones get sensor data at 400hz updates, how fast is enough for a rocket?
But might be easier to use two Zero's.
This Sentral based IMU seems to be the best for lazy coders like me
ttps://
www.tindie.com/products/onehorse/ultima ... -solution/
The Accelerometer is +-16G and those egg rockets get up to 20G's, so the accelerometer might get pegged on launch?
All possible, just not easy, but with Pi's you really don't need to be a rocket scientist any more.
Pi drones have been done now, Pi rockets the next frontier?
Scale ME163 with hybrid rocket motor? Anyone done that yet? ME263 would be better?
I'm dancing on Rainbows.
Raspberries are not Apples or Oranges