This video shows how to use a GoPro Hero camera as a webcam under Microsoft Windows. The webcam can then be used in Zoom.us, Skype (desktop), and other applications.
The full article is available here: https://www.cameraremote.de/how-to-use-your-gopro-as-a-webcam/
### Update ###
There exists a new webcam tool for GoPro, DJI, Xiaomi, and other action cameras which is much easier to use: https://www.gopro2webcam.com/
###
ffmpeg command:
ffmpeg -fflags nobuffer -f mpegts -i “udp://10.5.5.101:8554” -f mpegts -vcodec copy udp://localhost:10000
Links:
– Camera Suite: http://www.camerasuite.org
– webcamoid: https://www.camerasuite.org/dl/tools/webcamoid_win.zip
– ffmpeg: https://ffmpeg.zeranoe.com/builds/
– GoPro: http://bit.ly/2Pn5upw
Other:
– Camera Controller: http://www.tequnique.com/cc
source