Skip to content

Releases: openpnp/openpnp-capture

v0.0.28

19 May 18:48
8badbba
Compare
Choose a tag to compare
Merge pull request #68 from markmaker/fix/com-apartmentthreaded

Fix / Use CoInitializeEx(NULL, COINIT_APARTMENTTHREADED)

v0.0.27

14 Apr 16:37
982f21c
Compare
Choose a tag to compare
Merge pull request #65 from markmaker/fix/double-release

Fix / Avoid double Release() in FindCaptureDevice()

v0.0.26

03 Apr 23:04
Compare
Choose a tag to compare
- Attempt to fix an issue with the test program library version not m…

…atching the built library version, and additionally building the wrong library version. Attempting to fix https://github.com/openpnp/openpnp-capture/issues/60 using suggestions from that thread.

- Downgrade Ubuntu from 22.04 to 20.04. This should help improve compatibility with older installs. Considered going down to ubuntu-18.04, but since that is already deprecated I'll just start receiving warnings about it immediately.

v0.0.25

27 Mar 23:13
Compare
Choose a tag to compare

Fixes Windows builds by switching back from MinGW to Visual Studio.

v0.0.24

16 Feb 06:29
Compare
Choose a tag to compare

v0.0.23

18 Mar 03:42
14d995e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.22...v0.0.23

v0.0.22

10 Sep 03:08
Compare
Choose a tag to compare

v0.021

08 Sep 01:41
e34ee54
Compare
Choose a tag to compare
  • Prepare for Fedora packaging #40 - thanks @raymanfx
  • linux: Fix memory corruption on stream stop #42 - thanks @bakwc
  • Thanks @trcwm for reviewing

v0.0.20: Merge pull request #37 from bakwc/fixMacosCamPermission

18 Aug 02:04
c8bfa81
Compare
Choose a tag to compare

Fixes MacOS camera permissions by waiting for the permission process to complete. Thanks @bakwc!

v0.0.19: Merge pull request #36 from trcwm/master

07 May 01:31
71239ab
Compare
Choose a tag to compare