MATLAB: Live stream gopro into matlab

computer visiondeep learninggoprolivestream

Hi, I'm working on a project and need to be able to livestream my GoPro into matlab, so that I can use deep-learning and/or computer vision toolbox to detect and track multiple targets. How can I livestream my gopro in real time into matlab? (my GoPro uses RTMP URL for streaming)

Best Answer

Hey!
To connect your GoPro to MATLAB, you can use the ipcam object. Further description is provided here in this Answer.
Further, this video might be useful to you in the tracking part of your project: https://www.mathworks.com/videos/object-recognition-deep-learning-and-machine-learning-for-computer-vision-121144.html
Hope this helps!