Releases: blackjack/webcam
Releases · blackjack/webcam
v0.6.1
v0.6.0
v0.5.0
Full Changelog: v0.4...v0.5.0
v0.5
Full Changelog: v0.4...v0.5
v0.4
What's Changed
- #11 add support for device controls by @blackjack in #12
- Replace os.OpenFile with unix.Open to avoid blocking write operations by @colin-davis in #15
- new http mjpeg streaming example by @djadala in #8
- Allow number of buffers to be set, and allow frame buffer to be explicitly released. by @aamcrae in #16
- Controls by @aamcrae in #21
- upgrade to go 1.9 by @rsjethani in #30
- Fix FdSet bit set by @at-wat in #35
- Add functions to set and get camera framerate by @f-fl0 in #48
- examples/http_mjpeg_streamer: fix to set correct frame size (#22) by @suapapa in #23
- Typo Not->Note by @bazile-clyde in #55
- add support for VIDIOC_G_INPUT and VIDIOC_S_INPUT by @bazile-clyde in #57
- expose device name and bus info by @bazile-clyde in #60
- add missing bracket; fix address issue by @bazile-clyde in #61
- Add GetSupportedFramerates by @seanavery in #58
- expose control type and step size via public API by @thomasf in #62
New Contributors
- @blackjack made their first contribution in #12
- @colin-davis made their first contribution in #15
- @djadala made their first contribution in #8
- @aamcrae made their first contribution in #16
- @rsjethani made their first contribution in #30
- @at-wat made their first contribution in #35
- @f-fl0 made their first contribution in #48
- @suapapa made their first contribution in #23
- @bazile-clyde made their first contribution in #55
- @seanavery made their first contribution in #58
- @thomasf made their first contribution in #62
Full Changelog: v0.3...v0.4
Got rid of cgo and rewrote implementation in pure Go
Library implementation was rewritten from being a Go wrapper around C functions to pure Go implementation (many thanks to @fabian-z )