Searched refs:depthProfiles (Results 1 – 7 of 7) sorted by relevance
144 auto depthProfiles = Hold<std::list<CameraNapiObject>>(); in GetCameraNapiObject() local147 …depthProfiles->emplace_back(std::move(Hold<CameraNapiObjDepthProfile>(profile)->GetCameraNapiObjec… in GetCameraNapiObject()160 { "depthProfiles", depthProfiles }, in GetCameraNapiObject()
16 …reference/apis-camera-kit/js-apis-camera.md#cameraoutputcapability)类中的depthProfiles属性获取当前设备支持的深度能力…20 let depthProfilesArray: Array<camera.Profile> = cameraOutputCapability.depthProfiles;
16 2. Use **depthProfiles** in the [CameraOutputCapability](../../reference/apis-camera-kit/js-apis-ca…20 let depthProfilesArray: Array<camera.Profile> = cameraOutputCapability.depthProfiles;
255 void CameraOutputCapability::SetDepthProfiles(std::vector<DepthProfile> depthProfiles) in SetDepthProfiles() argument257 depthProfiles_ = depthProfiles; in SetDepthProfiles()
238 void SetDepthProfiles(std::vector<DepthProfile> depthProfiles);
177 let profile: camera.Profile = cameraOutputCapability.depthProfiles[0];573 | depthProfiles | Array\<[DepthProfile](#depthprofile12)\> | 是 | 否 |…
177 let profile: camera.Profile = cameraOutputCapability.depthProfiles[0];574 | depthProfiles | Array\<[DepthProfile](#depthprofile12)\> | Yes | No…