|
|
@@ -276,9 +276,9 @@ class RemoteControlV2(BaseClass):
|
|
|
watch_dog = FileEventHandler()
|
|
|
if watch_dog.observer is None:
|
|
|
captrure_folder_path = capture_one.getCaptureFolderPath()
|
|
|
+ watch_dog.start_observer(captrure_folder_path)
|
|
|
watch_dog.goods_art_no = record.goods_art_no
|
|
|
watch_dog.image_index = image_index
|
|
|
- watch_dog.start_observer(captrure_folder_path)
|
|
|
print("开始单拍1-检查相机")
|
|
|
# camera_is_connect = capture_one.checkCameraConnect()
|
|
|
# if camera_is_connect is not True:
|