You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Jason R. Coombs (Bitbucket: jaraco, GitHub: jaraco)
In testing the grabber on my virtual machine connected to a Microsoft Lifecam, I find that the simple save_frame operation just hangs. It's caught in an infinite loop, repeatedly receiving VFW_E_WRONG_STATE on the call to GetCurrentBuffer.
According to this reference, polling the buffer may not be a reliable technique for getting frames, and it might be necessary to write a callback.
Originally reported by: Jason R. Coombs (Bitbucket: jaraco, GitHub: jaraco)
In testing the grabber on my virtual machine connected to a Microsoft Lifecam, I find that the simple save_frame operation just hangs. It's caught in an infinite loop, repeatedly receiving VFW_E_WRONG_STATE on the call to GetCurrentBuffer.
According to this reference, polling the buffer may not be a reliable technique for getting frames, and it might be necessary to write a callback.
help needed
The text was updated successfully, but these errors were encountered: