react-native-vision-cameraType aliases
VideoStabilizationMode
type VideoStabilizationMode =
| "off"
| "standard"
| "cinematic"
| "cinematic-extended"
| "preview-optimized"
| "cinematic-extended-enhanced"
| "auto"
| "low-latency"Specifies the video stabilization algorithm/mode to use.
Video stabilization uses software and/or hardware processing to reduce visible shake. Some modes may introduce additional latency by buffering frames for stronger stabilization.
'off': Disables stabilization.'standard': Enables general-purpose stabilization, typically best for recorded video.'cinematic': Uses stronger cinematic-style smoothing.'cinematic-extended': Uses an even stronger cinematic-style stabilization mode.'preview-optimized': Prioritizes stabilization for the live preview experience.'cinematic-extended-enhanced': Uses the strongest cinematic-style stabilization mode.'auto': Lets the device choose an appropriate stabilization mode.'low-latency': Prioritizes lower stabilization processing latency.