react-native-vision-camera/package/src
Marc Rousavy 2d96381b3e
feat: New array-based useCameraFormats API (#1841)
* feat: New array-based `useCameraFormats` API

* Use triple-camera in Example app

* fix: Remove invalid export

* fix: Use constant-time lookup Filter map and only run sort once
2023-09-23 11:24:15 +02:00
..
devices feat: New array-based useCameraFormats API (#1841) 2023-09-23 11:24:15 +02:00
expo-plugin chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
hooks feat: New array-based useCameraFormats API (#1841) 2023-09-23 11:24:15 +02:00
Camera.tsx feat: Add support for Buffer Compression for a more efficient Video Pipeline (enableBufferCompression) (#1828) 2023-09-21 17:18:54 +02:00
CameraDevice.ts feat: Add support for LiDAR, TrueDepth, External (USB) and Continuity Camera Devices (iOS 17) (#1824) 2023-09-21 16:29:46 +02:00
CameraDevices.ts feat: Add support for LiDAR, TrueDepth, External (USB) and Continuity Camera Devices (iOS 17) (#1824) 2023-09-21 16:29:46 +02:00
CameraError.ts feat: Support 10-bit Video HDR (#1827) 2023-09-21 16:30:05 +02:00
CameraProps.ts feat: Implement resizeMode prop for iOS (#1838) 2023-09-23 10:14:27 +02:00
Frame.ts chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
FrameProcessorPlugins.ts chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
index.ts feat: New array-based useCameraFormats API (#1841) 2023-09-23 11:24:15 +02:00
JSIHelper.ts chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
NativeCameraModule.ts chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
Orientation.ts feat: New useCameraPermission() and useMicrophonePermission() hooks (#1823) 2023-09-21 11:40:04 +02:00
PhotoFile.ts chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
PixelFormat.ts chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
Point.ts chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
TemporaryFile.ts chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
VideoFile.ts fix: Fix h264 videoCodec type for RecordVideoOptions (#1808) 2023-09-17 19:26:25 +02:00