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

    BNBProceduralAlgorithmTypeCameraComposer

    Swift

    case cameraComposer = 0