Skip to content

Release 3.9.1

Compare
Choose a tag to compare
@mrousavy mrousavy released this 04 Mar 11:49
· 204 commits to main since this release
8e1f039

3.9.1 (2024-03-04)

✨ Features

🐛 Bug Fixes

  • Cancel focus on session close (#2578) (9af6e61)
  • Disable precapture sequence by default (#2629) (3f1a7c9)
  • Fix "Unknown AF/AE/AWB State" error (#2592) (fabf019)
  • Fix Precapture timed out after 5 seconds error (#2586) (369cb4a)
  • Fix Boolean.parse string values from gradle properties (#2599) (bca9472)
  • Fix Frame Processor SIGSEV crash in VisionCameraScheduler::trigger by locking mutex in dispatchAsync (#2591) (55992bb)
  • Trigger measure and layout manually in PreviewView (#2588) (7ac6f4d)
  • Use 0x0 as a fallback Size if SENSOR_INFO_PHYSICAL_SIZE is null (e.g. on USB cameras) (#2608) (e8dd1e0)

📚 Documentation

  • Add vision-camera-cropper to the plugins list (#2600) (79ebae5)
  • Fix toArrayBuffer example in Frame Processor Guide (#2595) (4c159af)