Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DDA grabber: Set a 500ms timeout when waiting for a new frame (#1753)
* Add a DXDI DDA grabber * Change all names to camel case * Handle cropping and pixel decimation * Try more persistently to restart capture after an error occurred. These can happen when changing resolution, or resuming from sleep. * Set a 500ms timeout when acquiring a frame. The API won't give us a new frame if nothing on the screen has changed, so an INFINITE timeout means we'll wait forever in this case, and eventually the LED connection will timeout. --------- Co-authored-by: LordGrey <[email protected]>
- Loading branch information