react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.

MIT License

Downloads
545.4K
Stars
7.1K
Committers
102

Bot releases are visible (Hide)

react-native-vision-camera - Release 2.11.0

Published by mrousavy almost 3 years ago

2.11.0 (2022-01-02)


VisionCamera 2.11.0 brings a ton of improvements around the build structure.

Highlights:

  • Disable Frame Processors on Android if you don't use them! This makes the app build faster and strips all of the C++ code from your app!
  • Reanimated is no longer a required dependency! If you don't have REA v2 installed, you can still use VisionCamera, but Frame Processors will be automatically disabled.
  • Fixed a ton of build issues on React Native 0.65 and older! This makes it possible for Expo users to use VisionCamera.
  • Migration to CameraX' latest Video Recorder API to ensure optimal performance and stability around the native Camera platform.

Full Changelog

📚 Documentation

🐛 Bug Fixes

  • Fix Frame.bytesPerRow showing wrong values on iOS (#688) (e8a8e71)
  • Fix Android build on React Native 0.65 and older (#694) (77e065d)
  • Fix extract tasks being added to clean tasks (#644) (04576db)
  • Fix JNI crash in FrameHostObject dtor (#689) (4584d33)
  • Make videoCodec clearly iOS only (dd7fc08)
  • Re-install FP plugins on bundle reload (#684) (b72176f)
  • Re-install Frame Processor JSI Bindings after Reload (#691) (dcbbae5)

✨ Features

  • Make Reanimated optional (disable Frame Processors if REA v2 is not installed) (#412) (be5ec69)
  • Use new CameraX Recorder API (Upgrade CameraX to alpha12/32) (#543) (6870732)
  • Video Codec Option for recording video (#645) (d96c586)
react-native-vision-camera - Release 2.10.0

Published by mrousavy almost 3 years ago

2.10.0 (2021-12-10)

✨ Features

📚 Documentation

  • Update Format.pixelFormat documentation (934de14)

🐛 Bug Fixes

  • Fix gradle build with wrong task-name and order (1249cde)
  • Fix torch staying on after recording a video (#584) (6319e5c)
react-native-vision-camera - Release 2.9.4

Published by mrousavy almost 3 years ago

2.9.4 (2021-11-23)

🐛 Bug Fixes

  • Fix duplicate JHashMap definition by moving to custom namespace (#610) (6025367)
react-native-vision-camera - Release 2.9.4-expo.11

Published by mrousavy almost 3 years ago

2.9.4-expo.11 (2021-11-12)

react-native-vision-camera - Release 2.9.4-expo.10

Published by mrousavy almost 3 years ago

2.9.4-expo.10 (2021-11-12)

react-native-vision-camera - Release 2.9.4-expo.9

Published by mrousavy almost 3 years ago

2.9.4-expo.9 (2021-11-11)

react-native-vision-camera - Release 2.9.4-expo.8

Published by mrousavy almost 3 years ago

2.9.4-expo.8 (2021-10-26)

react-native-vision-camera - Release 2.9.4-expo.7

Published by mrousavy almost 3 years ago

2.9.4-expo.7 (2021-10-26)

react-native-vision-camera - Release 2.9.4-expo.6

Published by mrousavy almost 3 years ago

2.9.4-expo.6 (2021-10-26)

react-native-vision-camera - Release 2.9.4-expo.5

Published by mrousavy almost 3 years ago

2.9.4-expo.5 (2021-10-26)

react-native-vision-camera - Release 2.9.4-expo.4

Published by mrousavy almost 3 years ago

2.9.4-expo.4 (2021-10-25)

react-native-vision-camera - Release 2.9.4-expo.3

Published by mrousavy almost 3 years ago

2.9.4-expo.3 (2021-10-25)

react-native-vision-camera - Release 2.9.4-expo.2

Published by mrousavy almost 3 years ago

2.9.4-expo.2 (2021-10-22)

react-native-vision-camera - Release 2.9.4-expo.1

Published by mrousavy almost 3 years ago

2.9.4-expo.1 (2021-10-21)

react-native-vision-camera - Release 2.9.4-expo.0

Published by mrousavy almost 3 years ago

2.9.4-expo.0 (2021-10-20)

react-native-vision-camera - Release 2.9.3

Published by mrousavy about 3 years ago

2.9.3 (2021-10-14)

🐛 Bug Fixes

  • Fix possible null-pointer error in convertJNIObjectToJSIValue (c47639d)
  • Fix ProGuard stripping away FrameProcessorPlugin (c007a08)
react-native-vision-camera - Release 2.9.2

Published by mrousavy about 3 years ago

2.9.2 (2021-10-13)

🐛 Bug Fixes

react-native-vision-camera - Release 2.9.1

Published by mrousavy about 3 years ago

2.9.1 (2021-10-11)

🐛 Bug Fixes

  • Fix view-not-found race condition in C++ code (#511) (4a73cb9)
react-native-vision-camera - Release 2.9.0

Published by mrousavy about 3 years ago

2.9.0 (2021-10-07)

🎉 This release adds support for React Native 0.66! 🎉

💨 Performance Improvements

  • Remove FrameProcessorPlugin HybridClass (#467) (42e791b)

✨ Features

📚 Documentation

🐛 Bug Fixes

  • Avoid duplicate C++ symbols by using libjsi.so shared library (#494) (fc43b1b)
  • Exclude libfbjni.so (f029e73)
  • Fix ExtensionsManager abstract method crash by adding ProGuard rule (#466) (8f65427)
react-native-vision-camera - Release 2.8.3

Published by mrousavy about 3 years ago

2.8.3 (2021-09-27)

🐛 Bug Fixes

  • Catch rare componentWillUnmount crash (3d09869)
  • Fix system/view-not-found error caused by setFrameProcessor race condition (#459) (cbaffc2)
  • Throw 'frame-processor/unavailable' error instead of normal JS Error (#461) (98f1961)