Platforms to show: All Mac Windows Linux Cross-Platform
AVCaptureStillImageOutputMBS class
Super class: AVCaptureOutputMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Subclass of the AVCaptureOutputMBS class.
- 6 properties
- property automaticallyEnablesStillImageStabilizationWhenAvailable as Boolean New in 25.3
- property isCapturingStillImage as boolean
- property isHighResolutionStillImageOutputEnabled as Boolean New in 25.3
- property isStillImageStabilizationActive as Boolean New in 25.3
- property isStillImageStabilizationSupported as Boolean New in 25.3
- property outputSettings as dictionary
- 4 methods
- method availableImageDataCodecTypes as string()
- method availableImageDataCVPixelFormatTypes as Integer()
- method captureStillImageAsynchronously(connection as AVCaptureConnectionMBS, prepareJpegStillImage as boolean, tag as Variant = nil)
- method Constructor
- shared method jpegStillImageNSDataRepresentation(jpegSampleBuffer as CMSampleBufferMBS) as memoryblock
Super class AVCaptureOutputMBS
- property Handle as Integer
- 3 methods
- method connections as AVCaptureConnectionMBS()
- method connectionWithMediaType(mediaType as string) as AVCaptureConnectionMBS
- method Constructor Private
- shared method available as boolean
This class has no sub classes.
Blog Entries
Release notes
- Version 25.3
- Added more properties to AVCaptureStillImageOutputMBS class.
Some events using this class:
- AVFoundationMBS.captureStillImageAsynchronouslyCompleted(CaptureStillImageOutput as AVCaptureStillImageOutputMBS, prepareJpegStillImage as boolean, tag as variant, error as NSErrorMBS, imageDataSampleBuffer as CMSampleBufferMBS, JpegStillImage as memoryblock, Pic as Picture)
Some examples using this class:
- /AVFoundation/Live Barcode Detection
- /AVFoundation/Live Barcode Detection iOS/Live Barcode Detection iOS
- /AVFoundation/Live Barcode Detection with Vision/Live Barcode Detection with Vision
- /AVFoundation/Live picture processing
- /AVFoundation/Still Photos
Some related classes:
- class AVCaptureConnectionMBS
- class AVCaptureOutputMBS
- class AVFoundationMBS
- class CMSampleBufferMBS
- class NSErrorMBS
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVCaptureSessionMBS - AVCaptureVideoDataOutputMBS
