Skip to content

Releases: Daniel15/WebCamControl

v1.3.2

Choose a tag to compare

@Daniel15 Daniel15 released this 31 May 20:42

Add fallback for unknown pixel format names. Fixes #49, #51

v1.3.0

Choose a tag to compare

@Daniel15 Daniel15 released this 09 May 23:50
  • Video mode (resolution, frame rate, and pixel format) can now be changed, in both mini and full views.
  • Camera can now be changed in mini view.
  • An error is now shown on startup when controls are out of range. This is an issue usually caused by firmware or driver bugs, but it was manifesting itself as a crash when trying to adjust any controls in WebCamControl.

v1.2.1

Choose a tag to compare

@Daniel15 Daniel15 released this 22 Apr 04:29
  • Ensure new control values are a multiple of `step`, to avoid errors about setting an invalid value.
  • Throw a more detailed error when setting a control fails.
  • Fix #39: Sporadic "Cannot get resource file" error.

v1.2.0

Choose a tag to compare

@Daniel15 Daniel15 released this 19 Apr 23:49

Upgraded from .NET 8 to .NET 10

v1.1.1

Choose a tag to compare

@Daniel15 Daniel15 released this 10 Aug 00:05
  • Fixed #16: Save zoom level in preset
  • Fixed #17: Ignore devices that fail to initialize
  • Fixed #15: Correctly handle devices that don't have any video modes

v1.1.0

Choose a tag to compare

@Daniel15 Daniel15 released this 27 Jul 23:49
  • Allow different camera to be selected, for users with multiple cameras.
  • Default to the camera with the highest resolution
  • Allow multiple instances to be opened at the same time (e.g. to control multiple cameras)
  • Added initial support for translations
  • Added 'About' modal, and 'Report Bug' button to error messages

v1.0.0

Choose a tag to compare

@Daniel15 Daniel15 released this 01 Dec 00:49

Initial release