VDARAnnotationView Class Reference
| Inherits from | UIView |
| Declared in | VDARAnnotationView.h |
Overview
Class used to display the augmented reality view. It should not be used alone but only with a VDARLiveAnnotationViewController.
Warning: Creating an instance of this class manually will result in a crash of the application.
Tasks
-
animationSpeedThe speed of animation displayed in the transition from dark screen to non-dark screen. The animation is disabled if the value is set as 0.
property -
darkScreenThe brightness of camera view drops by half if the value is true.
property -
renderingThe running / rendering state of the view
property -
cameraStartingDelayTells the view to wait that time before starting the camera. Useful to make the camera starting time delayed so that the screen stays black until the content is opened.
property -
preventCameraStartTells the view not to start the camera to prevent the display of camera frames
property -
– captureScreenshotCapture screen shot of the AR view at the time the method is executed.
Properties
animationSpeed
The speed of animation displayed in the transition from dark screen to non-dark screen. The animation is disabled if the value is set as 0.
@property (nonatomic) float animationSpeedReturn Value
a float value (default: 0).
Availability
Version 3.1.0
Discussion
The speed of animation displayed in the transition from dark screen to non-dark screen. The animation is disabled if the value is set as 0.
Declared In
VDARAnnotationView.hcameraStartingDelay
Tells the view to wait that time before starting the camera. Useful to make the camera starting time delayed so that the screen stays black until the content is opened.
@property (nonatomic) CFTimeInterval cameraStartingDelayAvailability
5.1.0
Discussion
Tells the view to wait that time before starting the camera. Useful to make the camera starting time delayed so that the screen stays black until the content is opened.
Declared In
VDARAnnotationView.hdarkScreen
The brightness of camera view drops by half if the value is true.
@property (nonatomic) BOOL darkScreenReturn Value
true if the dark screen mode is turned on.
Availability
Version 3.1.0
Discussion
The brightness of camera view drops by half if the value is true.
Declared In
VDARAnnotationView.hpreventCameraStart
Tells the view not to start the camera to prevent the display of camera frames
@property (nonatomic) BOOL preventCameraStartAvailability
5.2.5
Discussion
Tells the view not to start the camera to prevent the display of camera frames
Default: NO
Declared In
VDARAnnotationView.hrendering
The running / rendering state of the view
@property (nonatomic, readonly, getter=isRendering) BOOL renderingReturn Value
True if the current view is rendering its content, false otherwise.
Availability
Version 5.1.0
Discussion
The running / rendering state of the view
Declared In
VDARAnnotationView.h