Searched refs:captureInterval (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | time_lapse_photo_session.h | 38 int32_t captureInterval; member 75 info_.captureInterval = 0; in TimeLapsePhotoSession()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/dump/src/ |
H A D | camera_dump.cpp | 150 int32_t captureInterval = 1; in DumpBuffer() local 152 ssVideo >> captureInterval; in DumpBuffer() 156 if (dumpCount_ % captureInterval != 0) { in DumpBuffer()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | time_lapse_photo_session.cpp | 158 info.captureInterval = item.data.i32[0]; in ProcessSetTryAEChange() 159 changed = changed || info.captureInterval != info_.captureInterval; in ProcessSetTryAEChange()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | time_lapse_photo_session_napi.cpp | 157 auto value = obj->tryAEInfo_->captureInterval; in GetCaptureInterval() 1089 MEDIA_DEBUG_LOG("captureInterval = %{captureInterval}d", info.captureInterval); in OnTryAEInfoChanged() 1107 MEDIA_DEBUG_LOG("captureInterval = %{captureInterval}d", obj->tryAEInfo_->captureInterval); in OnTryAEInfoChangedCallback()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 7742 | captureInterval | number | 是 | 是 | 拍摄间隔,单位毫秒(ms)。 | 8147 …fo: ${info.isTryAEDone}, ${info.isTryAEHintNeeded}, ${info.previewType}, ${info.captureInterval}`);
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 7766 | captureInterval | number | Yes | Yes| Shooting interval, in ms. | 8171 …fo: ${info.isTryAEDone}, ${info.isTryAEHintNeeded}, ${info.previewType}, ${info.captureInterval}`);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 12116 EXPECT_EQ(info.captureInterval, 1); in OnTryAEInfoChanged()
|