BNBProceduralAlgorithmType
Objective-C
enum BNBProceduralAlgorithmType : NSInteger {}
Swift
enum BNBProceduralAlgorithmType : Int, @unchecked Sendable
All available images processing algorithms.
-
Doesn’t requires any src image on input. Result: RGBA camera image with correct device-relative orientation.
Declaration
Objective-C
BNBProceduralAlgorithmTypeCameraComposerSwift
case cameraComposer = 0
BNBProceduralAlgorithmType Enumeration Reference