修改自定义拍照bug

master
lhiven 1 year ago
parent bcbb95dfc2
commit fb292e567b

@ -274,6 +274,7 @@ namespace Rs.MotionPlat
bGrabContinue = false; bGrabContinue = false;
if (CustomDefineGrabEvent!=null) if (CustomDefineGrabEvent!=null)
{ {
bGrab = true;
CustomDefineGrabEvent?.Invoke(); CustomDefineGrabEvent?.Invoke();
LoadImage(); LoadImage();
} }

Loading…
Cancel
Save