(There may be some oddities as we are using the translation function.)
I would like to incorporate a basic depthai camera video display in the Kivy GUI, but I don't know how to do it.
What i want to do :
Press the "GO Screen002" button.
↓
Go to Screen002 + depthai camera launch and show depthai camera
(Consider displaying on the entire screen or a portion of the screen.)
I have the code I want to use as a base created for the question on Github.
Github : [https://github.com/TANGE-FF/depthai_kivy](https://)
python.py : kivy python file
kivy.kv : kivy file
depthai_1080p : depthai camera python file
Best regards