pioneers / runtime

Firmware for the PiE kit robots and devices
7 stars 2 forks source link

[MISC] Create repo for GoPro Video Server #135

Closed AVSurfer123 closed 3 years ago

AVSurfer123 commented 3 years ago

Also some nice resources I found on programmatically accessing its video feed.

https://github.com/KonradIT/goprowifihack https://github.com/KonradIT/gopro-py-api https://www.helmutsteiner.com/2020/04/14/how-to-use-your-gopro-as-a-webcam-with-obs-studio-no-capture-card-required/ https://goprohero.readthedocs.io/en/latest/

mberenshteyn commented 3 years ago

Wrote some notes about the connection/streaming setup process in https://docs.google.com/document/d/1abH0NvghXWey8Pa6wZ5qbiSzuUx2bXQ-6yXjN-MzG-Y/edit?usp=sharing

benliao1 commented 3 years ago

The server was handled with a single Python script (and a whole bunch of setup) but probably don't need a repo for that one script. We will put that Python script into a Github wiki page instead, since it doesn't really belong in the Runtime repo proper.