diff --git a/config/plugins.properties b/config/plugins.properties index 0509c92..522d343 100644 --- a/config/plugins.properties +++ b/config/plugins.properties @@ -1,5 +1,5 @@ -Camtool.java=enabled -Cameras.java=enabled +Camtool.java=disabled +Cameras.java=disabled LaserGunAlignment.java=enabled test2.java=disabled GunSolenoidAlignment.java=enabled diff --git a/script/local.py b/script/local.py index 0a27341..a8d0545 100755 --- a/script/local.py +++ b/script/local.py @@ -183,7 +183,7 @@ center_y.setPolling(100) if not controller.isLocalMode(): try: run("camtool") - add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190", gauss = True), True) + add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190", gauss = False), True) except: pass