5 #import <Foundation/Foundation.h>
9 #define DJINNI_EXPORT __attribute__((__visibility__("default")))
14 - (nonnull instancetype)initWithProjection:(BNBProjectionType)projection
18 frameWidth:(int32_t)frameWidth
19 frameHeight:(int32_t)frameHeight;
20 + (nonnull instancetype)cameraParametersWithProjection:(BNBProjectionType)projection
24 frameWidth:(int32_t)frameWidth
25 frameHeight:(int32_t)frameHeight;
27 @property (nonatomic, readonly) BNBProjectionType
projection;
29 @property (nonatomic, readonly)
float zNear;
31 @property (nonatomic, readonly)
float zFar;
33 @property (nonatomic, readonly)
float fov;