-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera lags for few seconds #44
Comments
Sorry I don’t use WPF so can’t offer any help. |
Try recently added PreferJpegEncoding property - it may help by enabling JPEG compression and so reduce amount of data transferred over USB bus. |
Hi @JohnSWatson no I haven't. I will try but if the delay is in the frame capture how that can be resolved? @andrewkirillov How to set this property? Looking at the object of type VideoCaptureDevice but I don't see it? |
You have to checkout the latest code from github and build it. |
Hi. I have followed samples for creating Camera capture WPF application. Everything works well, but the camera feed lags for couple of seconds which to me is a big no no since we need it for capturing snapshots. What I mean by lag, is when you move for example something in front of the camera, the camera shows the movement but delayed for ~ 2 seconds. Any help on the matter ?
Thanks
The text was updated successfully, but these errors were encountered: