From ff27ddc4b8348e279c3cc2cc949751a769a0f6e1 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 23 Mar 2021 17:08:06 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6594ed..44cb74c 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,12 @@ npx pod-install ### Features -* Photo and Video capture -* Customizable device (`ultra-wide-angle`, `wide-angle`, `telephoto` and virtual multi-cameras) +* Photo, Video and Snapshot capture +* Customizable device (`ultra-wide-angle`, `wide-angle`, `telephoto` and virtual multi-cameras that automatically switch over while zooming) * Customizable FPS -* JS worklet frame processors powered by JSI and Reanimated (**Work in progress: [#2](https://github.com/cuvent/react-native-vision-camera/pull/2)**) -* Reanimated zooming +* Frame Processors (JS worklets to run QR-Code scanning, facial recognition, AI object detection, realtime video chats and more) (**Work in progress: [#2](https://github.com/cuvent/react-native-vision-camera/pull/2)**) +* Smooth zooming (Reanimated) +* Fast pause and resume * HDR & Night modes > See the [example](./example/) app