Is Matlab function videoinput (or other functions) able to (real-time) process with GOPRO video data?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tom Meeusen
el 13 de Jul. de 2016
Respondida: Sudhanshu Bhatt
el 22 de Jul. de 2016
I am trying to process GOPRO videodata. Is it possible in Matlab to process GOPRO videodata in real-time?
0 comentarios
Respuesta aceptada
Sudhanshu Bhatt
el 22 de Jul. de 2016
Hi Tom,
The "ipcam" function in MATLAB can be used to stream real-time data from an IP Camera. To stream real-time data from an IP camera using "ipcam", the IP camera should support HTTP Motion JPEG (MJPEG) stream.
If the camera only supports MPEG-4 or H.264 streaming formats and does not support a HTTP Motion JPEG (MJPEG) stream then it is not possible to stream real-time data from the camera using "ipcam".
However, as a possible workaround, other applications such as VLC can be used to transcode other live stream formats to an HTTP Motion JPEG (MPEG) stream that will be compatible with "ipcam".
More information on "ipcam" can be found in the documentation below:
Thanks
Sudhanshu Bhatt
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!