Merge branch 'master' of https://gitee.com/bnu_mixly/mixly3
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -25,4 +25,10 @@ class GC032A(Camera):
|
||||
|
||||
def deinit(self):
|
||||
super().deinit()
|
||||
onboard_bot.cam_en(0,100)
|
||||
onboard_bot.cam_en(0, 100)
|
||||
|
||||
def display(self, show=True):
|
||||
if show:
|
||||
super().display()
|
||||
else:
|
||||
super().display_stop()
|
||||
|
||||
Reference in New Issue
Block a user