pub unsafe static kCVImageBufferRegionOfInterestKey: &'static CFStringAvailable on crate feature
CVImageBuffer only.Expand description
Specifies region of interest that image statistics cover.
This value should be a CGRect dictionary created by CGRectCreateDictionaryRepresentation(). The origin in the CGRect represents the x,y coordinate within the CVPixelBuffer where region of interest is located.
See also Appleās documentation