Conforms to NSObject
Declared in VDARSDKController.h

Overview

Describe an object which is capable of sending images to an image receiver

Tasks

Instance Methods

setImageReceiver:

Set the receiver which will receive image frame.

- (void)setImageReceiver:(NSObject<VDARImageReceiver> *)receiver

Parameters

receiver

The image frame receiver

Availability

Version 2.0.11b

Discussion

Set the receiver which will receive image frame.

Declared In

VDARSDKController.h

startImageStream

Inform the receiver that the image stream should start.

- (void)startImageStream

Availability

Version 1.0beta r85

Discussion

Inform the receiver that the image stream should start.

Declared In

VDARSDKController.h

stopImageStream

Inform the receiver that the image stream should stop.

- (void)stopImageStream

Availability

Version 1.0beta r85

Discussion

Inform the receiver that the image stream should stop.

Declared In

VDARSDKController.h