![]() |
Pikkart AR SDK
3.5
iOS SDK references
|
The Pikkart Augmented Reality View Controller. More...
#import <PKTRecognitionController.h>
Instance Methods | |
(void) | - StartRecognition:andRecognitionCallback: |
Start Recognition Session. More... | |
(void) | - StopRecognitionWithoutCameraReset |
Stop Recognition Session without AVCaptureSession reset. More... | |
(void) | - StopRecognition |
Stop Recognition Session. More... | |
(void) | - CloseWithSessionReset: |
Stop Recognition Session with AVCaptureSession reset. More... | |
(void) | - ChangeRecognitionOptions: |
Change recognition options on current session. More... | |
(bool) | - isActive |
Check if recognition session is running. More... | |
(bool) | - isTracking |
Check if recognition session has been tracked a marker. More... | |
(PKTMarker *) | - getCurrentMarker |
Get Current Tracking Marker. More... | |
(void) | - getCurrentProjectionMatrix: |
Get Current Projection Matrix. More... | |
(void) | - getCurrentModelViewMatrix: |
Get Current Model View Matrix. More... | |
(bool) | - enableTorch |
Enable Torch on device, if available. More... | |
(bool) | - disableTorch |
Disable Torch on device, if available. More... | |
(void) | - RenderCameraWithViewPortSize:andAngle: |
Render Camera configuration. More... | |
(void) | - setFocusMode: |
Set focus mode on Capture Device. More... | |
(PKTRecognitionFocusMode) | - getFocusMode |
Get focus mode on Capture Device. More... | |
(void) | - setMarkerCacheSize: |
Set marker Cache Size. More... | |
(void) | - DisableRecognition |
Disable the recognition system. | |
(void) | - EnableRecognition |
Enables the recognition system. | |
(bool) | - IsRecognitionEnabled |
Is the recognition system enabled. | |
(void) | - EnableRecognitionEffect |
enable the orange dots recognition effect | |
(void) | - DisableRecognitionEffect |
disable the orange dots recognition effect | |
The Pikkart Augmented Reality View Controller.
The Pikkart Augmented Reality View Controller. It allows photo camera access and recognition phase
- (void) ChangeRecognitionOptions: | (PKTRecognitionOptions *) | options |
Change recognition options on current session.
options | PKTRecognitionOptions parameter |
- (void) CloseWithSessionReset: | (PKTRecognitionControllerCompletionHandler) | completionHandler |
Stop Recognition Session with AVCaptureSession reset.
completionHandler | completion handler called after session is stopped and resetted |
- (bool) disableTorch |
Disable Torch on device, if available.
- (bool) enableTorch |
Enable Torch on device, if available.
- (PKTMarker *) getCurrentMarker |
Get Current Tracking Marker.
- (void) getCurrentModelViewMatrix: | (float **) | matrixPointer |
Get Current Model View Matrix.
matrixPointer | Current model view matrix |
- (void) getCurrentProjectionMatrix: | (float **) | matrixPointer |
Get Current Projection Matrix.
matrixPointer | Current projection matrix |
- (PKTRecognitionFocusMode) getFocusMode |
Get focus mode on Capture Device.
- (bool) isActive |
Check if recognition session is running.
- (bool) isTracking |
Check if recognition session has been tracked a marker.
- (void) RenderCameraWithViewPortSize: | (CGSize) | viewPortSize | |
andAngle: | (int) | angle | |
Render Camera configuration.
viewPortSize | View Port Size |
angle | angolo della fotocamera |
- (void) setFocusMode: | (PKTRecognitionFocusMode) | focusMode |
Set focus mode on Capture Device.
focusMode | focus mode |
- (void) setMarkerCacheSize: | (int) | markerCacheSize |
Set marker Cache Size.
markerCacheSize | marker Cache Size |
- (void) StartRecognition: | (PKTRecognitionOptions *) | recognitionOptions | |
andRecognitionCallback: | (id< PKTIRecognitionListener >) | recognitionCallback | |
Start Recognition Session.
recognitionOptions | PKTRecognitionOptions parameter |
recognitionCallback | instance conforms to PKTIRecognitionListener protocol |
- (void) StopRecognition |
Stop Recognition Session.
- (void) StopRecognitionWithoutCameraReset |
Stop Recognition Session without AVCaptureSession reset.