Releases: dognotdog/ptpwebcam
Releases · dognotdog/ptpwebcam
v1.3.2
- Adds support for Nikon Z50, Z7ii, Z8, Z9
- Adds support some new Z series properties
- extended movie mode support for Nikon cameras (though exposure preview setting is still not honored by the camera)
- Improved white balance tuning views
- Fixes menu bar item to show up correctly in dark mode
- had to drop support for MacOS 10.12 due to new Xcode. Minimum supported version is now 10.13.
v1.3.1
v1.3.0
- ATTENTION: changes frame grabbing mechanism. If framerate is worse than before, please file an issue!
- limited support for controlling settings on UVC (USB Video Class) cameras
- new icon
- cameras are now collected under a single status item to reduce menubar clutter
- fixes some UI typos, improves some property value display names
- autofocusing is now attempted even if camera isn't reporting it as available (affects Sony cameras, mostly)
- fixes A7-III / A7S-III USB IDs mixup
- various error logging improvements
v1.2.6
v1.2.5
v1.2.4
v1.2.3
- force query properties necessary for Canon EOS LiveView settings, as they may not be automatically sent by camera when opening session
- attempt at fixing crash when unplugging Canon EOS camera
- improved debug logging during property parsing (especially to trace D5300 crash)
v1.2.2
v1.2.1
- fixes crash on removal of Canon cameras due to misplaced
dispatch_suspend()
call. - all cameras now initialized on
didOpenSession
instead ofdidBecomeReadyWithCompleteContentCatalog
as the latter being called is too inconsistent, and the necessary information seems available atdidOpenSession
. - improved logging when a property cannot be encoded.
v1.2.0
- adds functionality to preview live view video from control menu.
- improved control menu update when changing incremental settings on Sony cameras.
- WB tuning values on Sony cameras now exposed in control menu.
- better stream restarting for when launch agent crashes due to unforseen error: streams in most apps will resume video automatically.
- show version info in control menu.
- show when new version is available to download instead of "About PTP Webcam" menu item.