feat: Add minFocusDistance prop to CameraDevice (#2392)
* docs: Link `videoHdr` * Update PERFORMANCE.mdx * docs: Add isActive to perf * docs: Update errors * feat: Add `minFocusDistance` prop * Format * Update Podfile.lock * fix: To Double * fix: Import AVFoundation * fix: Move from format -> device * fix: Use centi-meters (cm) instead of meters * Fix deadloop * fix: Avoid -1 values
This commit is contained in:
@@ -19,6 +19,7 @@ extension AVCaptureDevice {
|
||||
"name": localizedName,
|
||||
"hasFlash": hasFlash,
|
||||
"hasTorch": hasTorch,
|
||||
"minFocusDistance": minFocusDistance,
|
||||
"minZoom": minAvailableVideoZoomFactor,
|
||||
"maxZoom": maxAvailableVideoZoomFactor,
|
||||
"neutralZoom": neutralZoomFactor,
|
||||
|
||||
Reference in New Issue
Block a user