- Increase the timeout value: As the error message suggests, you can modify the Timeout property of the gigecam object to increase the number of seconds the snapshot method waits to return image data.
- Decrease the resolution: If your camera is set to 4K resolution, it may be straining your computer's resources when used in conjunction with other software like Zoom. Try decreasing the resolution of the camera feed to see if that improves performance.
- Close other programs: Try closing other programs on your computer to free up resources for the camera feed and video conferencing software. This may help improve performance.
GigE Camera will not work when using skype/zoom
2 次查看(过去 30 天)
显示 更早的评论
This code works fine, except when your using skype/zoom etc.
I start the code, my camera is 4k, so I get 4 frames per second, then open zoom, then I get:
Time out occurred while trying to get a frame from the camera. Modify the 'Timeout' property to change how many seconds 'snapshot' method waits to return image data.
The timeout is set to 2 seconds.
This has to be a bug of some sort.
g = gigecam(1);
for t=0:100
img = snapshot(g);
imshow(img);
end
0 个评论
回答(1 个)
Vidip Jain
2023-3-20
It's possible that the issue you're experiencing is related to how your computer is handling the camera feed and video conferencing software at the same time. Here are a few suggestions that may help:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GigE Vision Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!