![]() |
Pikkart AR SDK
3.1
iOS SDK references
|
The Pikkart Augmented Reality View Controller. More...
#import <PKTCameraController.h>
Instance Methods | |
| (void) | - StartRecognition:andRecognitionCallback: |
| Start Recognition Session. More... | |
| (void) | - StopRecognition |
| Stop Recognition Session without AVCaptureSession reset. 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... | |
| (AVCaptureFocusMode) | - getFocusMode |
| Get focus mode on Capture Device. More... | |
| (void) | - setMarkerCacheSize: |
| Set marker Cache Size. More... | |
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: | (PKTCameraControllerCompletionHandler) | 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.
| - (void) getCurrentProjectionMatrix: | (float **) | matrixPointer |
Get Current Projection Matrix.
| - (AVCaptureFocusMode) 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: | (AVCaptureFocusMode) | 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 without AVCaptureSession reset.