Skip to content

Tags: blackjack/webcam

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert to read-write perms (#69)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent file handles from leaking on failed open. (#67)

* Prevent file handles from leaking on failed open.

Since the webcam open function only returns the open fh on success, we need to close
the FH ourselves in the event that the subsequent tests fail.

---------

Co-authored-by: Brian Stark <[email protected]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels Eric Daniels
use poll instead of select in waitForFrame to allow for large fds

Fixes #65

v0.5

Toggle v0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels Eric Daniels
use poll instead of select in waitForFrame to allow for large fds

Fixes #65

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
expose control menu type and step size via public API (#62)

v0.3

Toggle v0.3's commit message
Fix waitForFrame function

v0.2

Toggle v0.2's commit message
go-webcam v0.2