Supported camera formats only allow certain resolutions?
1 次查看(过去 30 天)
显示 更早的评论
Hello everyone. I'm looking to write a GUI in matlab that will allow for previewing and recording of two videos at the same time from two cameras. At the moment, attempting to preview them both at once causes the frame rate of the second camera (whichever one is started second that attempt) to have the frame rate drop to unnacceptably low levels (0.1 FPS low). I was hoping that I might be able to downsample the resolution on the camera so that the native frame rate can be higher - using the software provided with the camera shows that by dropping from 2560x1920 down to 800*600 the frame rate can increase ten-fold, from 3 FPS max up to 36 FPS max. But although the software that came with the camera accepts many formats and resolutions for changing the input of the camera, matlab will only accept the 2560*1920 size, and will rewrite the existing camera parameters up to that size if necessary - killing the frame rate. Is there any way for me to add more formats to the ones shown by imaqhwinfo('winvideo') -> Supported Formats, to allow for downsampling?
Much appreciated.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for IP Cameras 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!