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
This commit is contained in:
Marc Rousavy
2023-09-23 11:24:15 +02:00
committed by GitHub
parent 3169444697
commit 2d96381b3e
5 changed files with 53 additions and 67 deletions

View File

@@ -10,7 +10,6 @@ export * from './PixelFormat';
export * from './Point';
export * from './VideoFile';
export * from './devices/Filter';
export * from './devices/getCameraFormat';
export * from './devices/getCameraDevice';