AR scene processing interface.
More...
#import <NvsARSceneManipulate.h>
AR scene processing interface.
- Warning
- In the NvsARSceneManipulate class, all public APIs are used in the UI thread! ! !
◆ getMusicVolumeGain
- (float) getMusicVolumeGain |
|
|
|
Gets sound volume in AR.
- Returns
- Returns the music volume.
- Since
- 3.8.0
◆ getSoundVolumeGain
- (float) getSoundVolumeGain |
|
|
|
Gets sound volume in AR.
- Returns
- Returns the sound volume.
- Since
- 3.8.0
◆ isFunctionAvailable:
- (BOOL) isFunctionAvailable: |
|
(NvsToBeCheckedFunctionType) |
functionType |
|
The ability to check the phone for certain special effects.
- Parameters
-
functionType | Type of special effects ability, such as: degreasing, etc. |
◆ resetSkinColor
◆ resetTracking
◆ setDetectionAutoProbe:
- (void) setDetectionAutoProbe: |
|
(bool) |
autoProbe |
|
Set automatically probe face orientation or not.
- Parameters
-
autoProbe | automatically probe or not. |
◆ setDetectionForceInterval:
- (void) setDetectionForceInterval: |
|
(int) |
interval |
|
Set Detection Force Interval.
- Parameters
-
◆ setDetectionInterval:
- (void) setDetectionInterval: |
|
(int) |
interval |
|
Set Detection Interval.
- Parameters
-
◆ setDetectionMode:
Set detection mode.
- Parameters
-
mode | detection mode, for all supported mode, please refer to [ARSCENE_DETECTION_MODE]. |
◆ setDisableDetectionSmooth:
- (void) setDisableDetectionSmooth: |
|
(BOOL) |
disable |
|
Set disable detection smooth or not.
- Parameters
-
◆ setFaceConfidenceThresh:
- (void) setFaceConfidenceThresh: |
|
(float) |
thresh |
|
Set face landmark confidence thresh.
- Parameters
-
thresh | range[0-1], Default is 0.0。 |
◆ setFaceLandmarkConfidenceThresh:
- (void) setFaceLandmarkConfidenceThresh: |
|
(float) |
thresh |
|
Face Landmark confidence threshold.
- Parameters
-
◆ setInternalObject:
- (void) setInternalObject: |
|
(void *) |
internalObject |
|
◆ setMusicVolumeGain:
- (void) setMusicVolumeGain: |
|
(float) |
volume |
|
Sets music volume in AR.
- Parameters
-
volume | volume value, value range [0, 1]. |
- Since
- 3.8.0
◆ setSoundVolumeGain:
- (void) setSoundVolumeGain: |
|
(float) |
volume |
|
Sets sound volume in AR.
- Parameters
-
volume | volume value, value range [0, 1]. |
- Since
- 3.8.0
◆ delegate
The documentation for this class was generated from the following file: