I have built a pyglet immersive learning environment using pyglet and mediapipe. I would like to decrease the end-to-end latency of the application. What are common pitfalls, expensive function calls in pyglet?
I have used the config
parameter of the Window
class to use a more lightweight OpenGL configuration.