How to convert captured frames from webcam into avi format with 20fps.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Talha Anwer
el 6 de Feb. de 2019
Comentada: Talha Anwer
el 6 de Feb. de 2019
I've tried a lot of things but got some error in anyway. Can you please guide me through?
0 comentarios
Respuesta aceptada
YT
el 6 de Feb. de 2019
Editada: YT
el 6 de Feb. de 2019
Well you stated that you've tried a lot of things, but you didn't provide any code with it so that's not really helpfull. I suggest taking a look at how to acquire images from your webcam and after that it should not be that hard to create a video using VideoWriter. Hint: create a for-loop/while statement to continuously capture images from your webcam.
4 comentarios
YT
el 6 de Feb. de 2019
Well I suggest to use VideoWriter instead of movie2avi because according to the release notes it was removed after R2016b. If you still insist on using movie2avi, please read itsdocumentation. There's an example given and explanation on how to set the framerate.
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!