Skip to content

Release 3.6.15

Choose a tag to compare

@mrousavy mrousavy released this 12 Dec 11:09
· 428 commits to main since this release
98f0880

3.6.15 (2023-12-12)

✨ Features

  • Add onStarted and onStopped events (#2273) (4ee52d6)
  • Add format filter for iso (#2234) (52f78a1)
  • Support for C++ Frame Processor Plugins by publishing VisionCamera as a prefab (#2251) (248a08b)

🐛 Bug Fixes

  • Fix NoSuchElementException in getRecommendedBitRate (#2266) (a612eb9)
  • Fix Only the original thread that created a view hierarchy can touch it's views error (#2278) (2630650)
  • Fix out-of-memory crash in QR code scanner by closing Image (#2267) (9600a38)
  • Fix RN 0.73 error "'hasConstants' overrides nothing" at CameraDevicesManager.kt (#2264) (9949184)
  • Only close image once (df32d2c)
  • Only copy over C++ headers (6107a24)

📚 Documentation