Kivy Camera on multiple screen
问题 I'm trying to create a simples app in kivy that have two screen and i need it load the a custom camera in each screen dont need do in same time. I tryed load in gui.kv the cam in microscope widget and main widget, but's retorn me a erro self._buffer = frame.reshape(-1) AttributeError: 'NoneType' object has no attribute 'reshape' When i remove one of the cameras it work, but's i need the camera in both screen follow my code main.py import kivy from kivy.app import App from kivy.uix