/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | mediatool.md | 36 file://media/Photo/3/IMG_1721381297_001/MyImage.jpg # 推图成功,打印推入资源的uri 46 …源A的uri为file://media/Photo/3/IMG_1721381297_001/MyImage.jpg, `mediatool list file://media/Photo/3`或… 60 > mediatool list file://media/Photo/3 63 "file://media/Photo/3/IMG_1721381297_001/MyImage.jpg", "MyImage.jpg", "/storage/cloud/100/files/Pho… 66 > mediatool list file://media/Photo/ 67 [FAIL] uri invalid. uri:file://media/Photo/ 97 > mediatool recv file://media/Photo/3 /data/local/tmp/out.jpg 117 > mediatool delete file://media/Photo/3 143 /storage/cloud/100/files/Photo/2/IMG_1721381297_001.jpg 157 /storage/cloud/100/files/Photo/2/IMG_1721381297_001.jpg [all …]
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | Readme-EN.md | 10 - [Photo Capture (ArkTS)](camera-shooting.md) 16 …- [High-Performance Photo Capture (for System Applications Only) (ArkTS)](camera-deferred-photo.md) 18 - [Deferred Photo Delivery (ArkTS)](camera-deferred-capture.md) 27 - [Photo Capture Sample (ArkTS)](camera-shooting-case.md) 30 - [Deferred Photo Delivery Sample (ArkTS)](camera-deferred-capture-case.md) 34 …- [High-Performance Photo Capture Sample (for System Applications Only) (ArkTS)](camera-deferred-p… 42 - [Photo Capture (C/C++)](native-camera-shooting.md) 43 - [Deferred Photo Delivery (C/C++)](native-camera-deferred-capture.md) 48 - [Photo Capture Sample (C/C++)](native-camera-shooting-case.md)
|
H A D | camera-preparation.md | 32 | Photo capture| [Photo Capture (ArkTS)](camera-shooting.md)| [Photo Capture (C/C++)](native-camera… 33 | Deferred photo delivery| [Deferred Photo Delivery (ArkTS)](camera-deferred-capture.md)| - |
|
H A D | camera-deferred-photo-case.md | 1 # High-Performance Photo Capture Sample (for System Applications Only) (ArkTS) 7 …Photo Capture (for System Applications Only) (ArkTS)](camera-deferred-photo.md), [Device Input Man… 30 async function savePicture(photoObj: camera.Photo): Promise<void> { 225 photoOutput.on('photoAvailable', (err: BusinessError, photoObj: camera.Photo): void => {
|
H A D | camera-shooting.md | 1 # Photo Capture (ArkTS) 3 Photo capture is an important function of the camera application. Based on the complex logic of the… 52 photoOutput.on('photoAvailable', (errCode: BusinessError, photo: camera.Photo): void => { 229 console.error(`Photo output error code: ${error.code}`);
|
H A D | native-camera-deferred-capture.md | 1 # Deferred Photo Delivery (C/C++) 43 3. Initialize the camera and trigger photo capture. For details, see [Photo Capture (C/C++)](./nati… 59 …, save them through a buffer or display them. For details, see step 5 in [Photo Capture (C/C++)](.…
|
H A D | camera-deferred-photo.md | 1 # High-Performance Photo Capture (for System Applications Only) (ArkTS) 87 …e is the same as that in the common photo capture mode. For details, see [Photo Capture](camera-sh…
|
H A D | camera-deferred-capture.md | 1 # Deferred Photo Delivery (ArkTS) 121 …as those in the common photo capture mode. For details, see steps 4-5 in [Photo Capture (ArkTS)](c… 172 console.error(`Photo output error code: ${error.code}`);
|
H A D | camera-deferred-capture-case.md | 1 # Deferred Photo Delivery Sample (ArkTS) 7 …Photo Delivery (ArkTS)](camera-deferred-capture.md), [Device Input Management](camera-device-input…
|
H A D | camera-shooting-case.md | 1 # Photo Capture Sample (ArkTS) 7 …ce-input.md), [Camera Session Management](camera-session-management.md), [Photo Capture](camera-sh… 34 photoOutput.on('photoAvailable', (errCode: BusinessError, photo: camera.Photo): void => {
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | mediatool.md | 36 file://media/Photo/3/IMG_1721381297_001/MyImage.jpg # The image is saved successfully, and the URI … 46 …e://media/Photo/3/IMG_1721381297_001/MyImage.jpg**, you can run **mediatool list file://media/Phot… 60 > mediatool list file://media/Photo/3 63 "file://media/Photo/3/IMG_1721381297_001/MyImage.jpg", "MyImage.jpg", "/storage/cloud/100/files/Pho… 66 > mediatool list file://media/Photo/ 67 [FAIL] uri invalid. uri:file://media/Photo/ 97 > mediatool recv file://media/Photo/3 /data/local/tmp/out.jpg 117 > mediatool delete file://media/Photo/3 143 /storage/cloud/100/files/Photo/2/IMG_1721381297_001.jpg 157 /storage/cloud/100/files/Photo/2/IMG_1721381297_001.jpg [all …]
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.11.1/ |
H A D | changelogs-file-management.md | 13 'file://media/Photo/\<id\>/IMG_datetime_0001/displayName.jpg' 39 let uri = 'file://media/Photo/1/IMG_datetime_0001/displayName.jpg' // 需保证此uri已存在。 70 'file://media/Photo/\<id\>/IMG_datetime_0001/displayName.jpg' 96 let uri = 'file://media/Photo/1/IMG_datetime_0001/displayName.jpg' // 需保证此uri已存在。
|
/ohos5.0/docs/en/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-movingphoto.md | 7 - [Saves Moving Photo Assets using SaveButton](#saves-moving-photo-assets) 8 - [Obtaining a Moving Photo Object](#obtaining-a-moving-photo-object) 10 - [Reading Moving Photo Assets](#reading-moving-photo-assets) 14 ## Saves Moving Photo Assets 86 ## Obtaining a Moving Photo Object 94 ### Obtaining a Moving Photo Object from the Media Library 143 ### Obtaining a Moving Photo object in an Application Sandbox Directory 163 ## Reading Moving Photo Assets
|
H A D | using-ndk-mediaassetmanager-for-request-resource.md | 64 const char *srcUri = "file://media/Photo/87/VID_1712195295_025/request_image_src.jpg"; 67 const char *destUri = "file://media/Photo/9/IMG_1712195237_008/request_image_dest.jpg";
|
H A D | photoAccessHelper-photoviewpicker.md | 67 …r video. The following describes how to query a URI named **'file://media/Photo/1/IMG_datetime_000… 88 let uri = 'file://media/Photo/1/IMG_datetime_0001/displayName.jpg' // The URI must exist.
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
H A D | multistages_capture_deferred_photo_proc_session_callback.cpp | 150 static_cast<int32_t>(MultiStagesCaptureMediaType::Photo)); in OnError() 206 static_cast<int32_t>(MultiStagesCaptureMediaType::Photo)); in OnProcessImageDone() 216 static_cast<int32_t>(MultiStagesCaptureMediaType::Photo)); in OnProcessImageDone() 306 static_cast<int32_t>(MultiStagesCaptureMediaType::Photo)); in OnProcessImageDone() 318 static_cast<int32_t>(MultiStagesCaptureMediaType::Photo)); in OnProcessImageDone() 333 static_cast<int32_t>(MultiStagesCaptureMediaType::Photo)); in OnProcessImageDone()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.11.1/ |
H A D | changelogs-file-management.md | 13 'file://media/Photo/\<id\>/IMG_datetime_0001/displayName.jpg' 39 let uri = 'file://media/Photo/1/IMG_datetime_0001/displayName.jpg' // The URI must exist. 70 'file://media/Photo/\<id\>/IMG_datetime_0001/displayName.jpg' 96 let uri = 'file://media/Photo/1/IMG_datetime_0001/displayName.jpg' // The URI must exist.
|
/ohos5.0/foundation/multimedia/camera_framework/ |
H A D | README.md | 8 - [To Capture a Photo](#to-capture-a-photo) 21 - Capture Photo 63 ### To Capture a Photo 139 8. Create a Photo Output with Surface created above. 145 9. Add the Photo Output to the Capture Session. 157 11. Capture the Photo. 437 // Create the Photo Output 456 18. Capture the Photo.
|
/ohos5.0/docs/zh-cn/application-dev/media/medialibrary/ |
H A D | using-ndk-mediaassetmanager-for-request-resource.md | 60 const char *srcUri = "file://media/Photo/87/VID_1712195295_025/request_image_src.jpg"; 63 const char *destUri = "file://media/Photo/9/IMG_1712195237_008/request_image_dest.jpg";
|
H A D | photoAccessHelper-photoviewpicker.md | 67 …-file-uri-intro.md#媒体文件uri)URI后,根据指定URI获取图片或视频资源,下面以查询指定URI为'file://media/Photo/1/IMG_datetime_000… 89 let uri = 'file://media/Photo/1/IMG_datetime_0001/displayName.jpg' // 需保证此uri已存在。
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/dfx/ |
H A D | multistages_capture_dfx_result.h | 34 Photo, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | user-file-uri-intro.md | 112 - 'file://media/Photo/\<id\>/IMG_datetime_0001/displayName.jpg' 116 - 'file://media/Photo/\<id>/VID_datetime_0001/displayName.mp4' 127 | 'Photo' | Photo表示这个uri是媒体文件中的图片或者视频类文件。 |
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | performance-camera-shot2see.md | 54 单段式拍照使用了on(type:'photoAvailable',callback:AsyncCallback<Photo>):void接口注册了全质量图的监听,默认不使能分段式拍照。具体操作步骤如… 196 …](../reference/apis-camera-kit/js-apis-camera.md#onphotoavailable11)的回调来获取Photo对象,点击拍照按钮,触发此回调函数,调… 199 photoOutput.on('photoAvailable', (err: BusinessError, photo: camera.Photo) => {
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dcamera_device/ |
H A D | dcamera_device_test.cpp | 40 "Photo": {
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-shooting.md | 52 photoOutput.on('photoAvailable', (errCode: BusinessError, photo: camera.Photo): void => { 229 console.error(`Photo output error code: ${error.code}`);
|