VDARCameraImageSource Class Reference
| Inherits from | NSObject |
| Conforms to | VDARImageSender |
| Declared in | VDARCameraImageSource.h |
Overview
Implementation to provide images to PixLive SDK from the device back-side camera.
In the simulator it also provides a static images that can be configured through the [VDARCameraImageSource cameraImageSource] property.
Tasks
-
imageReceiverThe receiver of the camera frames
property -
frameRateThe frame rate of the camera.
property -
runningIndicate whether or not the camera is running and capturing frames.
property -
cameraImageSourceURL pointing to a valid JPG image used to display in the simulator. By default it’s a beatles image.
property -
cameraDeviceAccess to the camera object used to produce frames
property -
– startImageStreamStart the image stream
-
– stopImageStreamStrop the image stream
Properties
cameraDevice
Access to the camera object used to produce frames
@property (nonatomic, readonly) AVCaptureDevice *cameraDeviceAvailability
5.2.0
Discussion
Access to the camera object used to produce frames
Declared In
VDARCameraImageSource.hcameraImageSource
URL pointing to a valid JPG image used to display in the simulator. By default it’s a beatles image.
@property (nonatomic, retain) NSString *cameraImageSourceDiscussion
URL pointing to a valid JPG image used to display in the simulator. By default it’s a beatles image.
Declared In
VDARCameraImageSource.hframeRate
The frame rate of the camera.
@property (nonatomic) unsigned int frameRateDiscussion
The frame rate of the camera.
Can be adjusted to a lower value if the device is not powerful enough to keep up the framerate. Usually a value betweek 20-25 (fps) works correctly.
Declared In
VDARCameraImageSource.h