Home
last modified time | relevance | path

Searched refs:depthProfiles (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_object_types.cpp144 auto depthProfiles = Hold<std::list<CameraNapiObject>>(); in GetCameraNapiObject() local
147depthProfiles->emplace_back(std::move(Hold<CameraNapiObjDepthProfile>(profile)->GetCameraNapiObjec… in GetCameraNapiObject()
160 { "depthProfiles", depthProfiles }, in GetCameraNapiObject()
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-depth-data.md16 …reference/apis-camera-kit/js-apis-camera.md#cameraoutputcapability)类中的depthProfiles属性获取当前设备支持的深度能力…
20 let depthProfilesArray: Array<camera.Profile> = cameraOutputCapability.depthProfiles;
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-depth-data.md16 2. Use **depthProfiles** in the [CameraOutputCapability](../../reference/apis-camera-kit/js-apis-ca…
20 let depthProfilesArray: Array<camera.Profile> = cameraOutputCapability.depthProfiles;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp255 void CameraOutputCapability::SetDepthProfiles(std::vector<DepthProfile> depthProfiles) in SetDepthProfiles() argument
257 depthProfiles_ = depthProfiles; in SetDepthProfiles()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h238 void SetDepthProfiles(std::vector<DepthProfile> depthProfiles);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md177 let profile: camera.Profile = cameraOutputCapability.depthProfiles[0];
573 | depthProfiles | Array\<[DepthProfile](#depthprofile12)\> | 是 | 否 |…
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md177 let profile: camera.Profile = cameraOutputCapability.depthProfiles[0];
574 | depthProfiles | Array\<[DepthProfile](#depthprofile12)\> | Yes | No…