Skip to content

Releases: blackjack/webcam

v0.6.1

30 Apr 21:17
1534778
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

26 Apr 19:31
d456f6c
Compare
Choose a tag to compare

What's Changed

  • Changed how the linux v4l2 file is opened by @bpstark in #66
  • Prevent file handles from leaking on failed open. by @bpstark in #67

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

05 Nov 22:46
e9ad39d
Compare
Choose a tag to compare

Full Changelog: v0.4...v0.5.0

v0.5

05 Nov 22:43
e9ad39d
Compare
Choose a tag to compare

Full Changelog: v0.4...v0.5

v0.4

10 Aug 16:08
87693b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3...v0.4

Got rid of cgo and rewrote implementation in pure Go

15 Sep 09:22
Compare
Choose a tag to compare

Library implementation was rewritten from being a Go wrapper around C functions to pure Go implementation (many thanks to @fabian-z )