From 0f05e798e06bd62491888241aa3595d23ecfbe55 Mon Sep 17 00:00:00 2001 From: liyan Date: Tue, 25 Apr 2023 02:19:48 +0000 Subject: [PATCH] update en/device-dev/driver/driver-peripherals-camera-des.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- en/device-dev/driver/driver-peripherals-camera-des.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-peripherals-camera-des.md b/en/device-dev/driver/driver-peripherals-camera-des.md index 61384c46f9..452c92f3b6 100644 --- a/en/device-dev/driver/driver-peripherals-camera-des.md +++ b/en/device-dev/driver/driver-peripherals-camera-des.md @@ -640,7 +640,7 @@ The camera driver development procedure is as follows: ### Example -There is a [ohos_camera_demo](https://gitee.com/openharmony/drivers_peripheral/tree/master/camera/hal/init) in the **/drivers/peripheral/camera/hal/init** directory. After the system is started, the executable file **ohos_camera_demo** is generated in the **/vendor/bin** directory. This demo implements basic camera capabilities such as preview and photographing. +There is a [ohos_camera_demo](https://gitee.com/openharmony/drivers_peripheral/tree/master/camera/hal/test/demo) in the **/drivers/peripheral/camera/hal/test/demo** directory. After the system is started, the executable file **ohos_camera_demo** is generated in the **/vendor/bin** directory. This demo implements basic camera capabilities such as preview and photographing. The following uses the demo to describe how to use the HDI to implement **PreviewOn()** and **CaptureON()**. -- GitLab