fix:连拍两次快门声→关掉内置shutter

This commit is contained in:
ShenQiLun 2026-06-29 10:17:52 +08:00
parent 585d0edcda
commit c3b3a83716

View File

@ -6,6 +6,7 @@
:style="'width:' + camSize + 'px;height:' + camSize + 'px;margin-top:' + frameTop + 'px;margin-left:' + frameLeft + 'px;'" :style="'width:' + camSize + 'px;height:' + camSize + 'px;margin-top:' + frameTop + 'px;margin-left:' + frameLeft + 'px;'"
flash="off" flash="off"
facing="back" facing="back"
:shutter="false"
photoSuffix="jpg" photoSuffix="jpg"
@onPictureTaken="onPictureTaken" @onPictureTaken="onPictureTaken"
@onCameraOpened="onCameraOpened" @onCameraOpened="onCameraOpened"