Home
last modified time | relevance | path

Searched refs:DepthDataOutput (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp56 DepthDataOutput::DepthDataOutput(sptr<IBufferProducer> bufferProducer) in DepthDataOutput() function in OHOS::CameraStandard::DepthDataOutput
64 DepthDataOutput::~DepthDataOutput() in ~DepthDataOutput()
69 int32_t DepthDataOutput::Start() in Start()
97 int32_t DepthDataOutput::Stop() in Stop()
118 int32_t DepthDataOutput::SetDataAccuracy(int32_t dataAccuracy) in SetDataAccuracy()
140 int32_t DepthDataOutput::CreateStream() in CreateStream()
146 int32_t DepthDataOutput::Release() in Release()
173 void DepthDataOutput::SetCallback(std::shared_ptr<DepthDataStateCallback> callback) in SetCallback()
206 std::shared_ptr<DepthDataStateCallback> DepthDataOutput::GetApplicationCallback() in GetApplicationCallback()
212 void DepthDataOutput::CameraServerDied(pid_t pid) in CameraServerDied()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddepth_data_output.h43 class DepthDataOutput : public CaptureOutput {
45 explicit DepthDataOutput(sptr<IBufferProducer> bufferProducer);
46 virtual ~DepthDataOutput();
99 wptr<DepthDataOutput> depthDataOutput_ = nullptr;
102 …explicit DepthDataOutputCallbackImpl(DepthDataOutput* depthDataOutput) : depthDataOutput_(depthDat… in DepthDataOutputCallbackImpl()
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-depth-data.md19 …nager, cameraOutputCapability: camera.CameraOutputCapability): camera.DepthDataOutput | undefined {
21 let depthDataOutput: camera.DepthDataOutput | undefined = undefined;
26 … console.error(`Failed to create the DepthDataOutput instance. error: ${JSON.stringify(err)}`);
35 async function startDepthDataOutput(depthDataOutput: camera.DepthDataOutput): Promise<void> {
56 function onDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {
69 function onDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-depth-data.md19 …nager, cameraOutputCapability: camera.CameraOutputCapability): camera.DepthDataOutput | undefined {
21 let depthDataOutput: camera.DepthDataOutput | undefined = undefined;
26 … console.error(`Failed to create the DepthDataOutput instance. error: ${JSON.stringify(err)}`);
35 async function startDepthDataOutput(depthDataOutput: camera.DepthDataOutput): Promise<void> {
56 function onDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {
69 function onDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h69 …explicit DepthDataListener(napi_env env, const sptr<Surface> depthSurface, sptr<DepthDataOutput> d…
78 sptr<DepthDataOutput> depthDataOutput_;
129 sptr<DepthDataOutput> GetDepthDataOutput();
151 static thread_local sptr<DepthDataOutput> sDepthDataOutput_;
156 sptr<DepthDataOutput> depthDataOutput_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp49 thread_local sptr<DepthDataOutput> DepthDataOutputNapi::sDepthDataOutput_ = nullptr;
56 sptr<DepthDataOutput> depthDataOutput) in DepthDataListener()
426 sptr<DepthDataOutput> DepthDataOutputNapi::GetDepthDataOutput() in GetDepthDataOutput()
484 ((sptr<DepthDataOutput>&)(context->objectInfo->depthDataOutput_))->Release(); in Release()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h469 …sptr<DepthDataOutput> CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBufferProducer> &sur…
480 sptr<DepthDataOutput>* pDepthDataOutput);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp719 sptr<DepthDataOutput> CameraManager::CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBuffer… in CreateDepthDataOutput()
722 sptr<DepthDataOutput> depthDataOutput = nullptr; in CreateDepthDataOutput()
732 sptr<DepthDataOutput>* pDepthDataOutput) in CreateDepthDataOutput()
736 sptr<DepthDataOutput> depthDataOutput = nullptr; in CreateDepthDataOutput()
757 depthDataOutput = new(std::nothrow) DepthDataOutput(surface); in CreateDepthDataOutput()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md142 createDepthDataOutput(profile: Profile): DepthDataOutput
160 | [DepthDataOutput](#depthdataoutput12) | DepthDataOutput实例。接口调用失败会返回相应错误码,错误码类型[CameraErrorCode…
176 ….CameraOutputCapability, cameraManager: camera.CameraManager): camera.DepthDataOutput | undefined {
178 let depthDataOutput: camera.DepthDataOutput | undefined = undefined;
734 ## DepthDataOutput<sup>12+</sup>
768 function startDepthDataOutput(depthDataOutput: camera.DepthDataOutput): void {
798 function stopDepthDataOutput(depthDataOutput: camera.DepthDataOutput): void {
840 function registerDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {
874 function unRegisterDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {
909 function registerDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md142 createDepthDataOutput(profile: Profile): DepthDataOutput
144 Creates a **DepthDataOutput** instance. This API returns the result synchronously.
160 | [DepthDataOutput](#depthdataoutput12) | **DepthDataOutput** instance. If the operation fails, …
178 let depthDataOutput: camera.DepthDataOutput | undefined = undefined;
735 ## DepthDataOutput<sup>12+</sup>
769 function startDepthDataOutput(depthDataOutput: camera.DepthDataOutput): void {
799 function stopDepthDataOutput(depthDataOutput: camera.DepthDataOutput): void {
841 function registerDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {
875 function unRegisterDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {
910 function registerDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {
[all …]