feat: Split videoHdr and photoHdr into two settings (#2161)
* feat: Split `videoHdr` and `photoHdr` into two settings * fix: Rename all `hdr` * fix: Fix HDR on Android * Update CameraDeviceDetails.kt * Update CameraDeviceDetails.kt * fix: Correctly configure `pixelFormat` AFTER `format` * Update CameraSession+Configuration.swift * fix: Also after format changed
This commit is contained in:
@@ -60,9 +60,9 @@ See ["Camera Devices"](devices) for more information.
|
||||
|
||||
Note: By default (when not passing the options object), a simpler device is already chosen.
|
||||
|
||||
### No HDR
|
||||
### No Video HDR
|
||||
|
||||
HDR uses 10-bit formats and/or additional processing steps that come with additional computation overhead. Disable HDR (don't pass `hdr` to the `<Camera>`) for higher efficiency.
|
||||
Video HDR uses 10-bit formats and/or additional processing steps that come with additional computation overhead. Disable Video HDR (don't pass `videoHdr` to the `<Camera>`) for higher efficiency.
|
||||
|
||||
### Buffer Compression
|
||||
|
||||
|
||||
Reference in New Issue
Block a user