gstreamer_app.py on my rpi 5
At the button of the page it just shows it.
But look at the callback class
def increment(self):
self.frame_count += 1
it is in gstreamer.py all the magic happens. you can change the default behavior there.
gstreamer_app.py on my rpi 5
At the button of the page it just shows it.
But look at the callback class
def increment(self):
self.frame_count += 1
it is in gstreamer.py all the magic happens. you can change the default behavior there.