Lines Matching refs:DepthDataOutput
142 createDepthDataOutput(profile: Profile): DepthDataOutput
144 Creates a **DepthDataOutput** instance. This API returns the result synchronously.
160 | [DepthDataOutput](#depthdataoutput12) | **DepthDataOutput** instance. If the operation fails, …
176 ….CameraOutputCapability, cameraManager: camera.CameraManager): camera.DepthDataOutput | undefined {
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 {
884 Subscribes to **DepthDataOutput** error events. This API uses an asynchronous callback to return th…
910 function registerDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {
919 Unsubscribes from **DepthDataOutput** error events.
935 function unregisterDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {