I'm trying to find a way to take a screenshot and save it as bytes like in this video: https://youtu.be/WymCpVUPWQ4 where he uses win32ui in Python to do that.
I've searched around and haven't found anyome who has answered this.
I've done this before in windows where I've screenshot as bytes, read as numpy, pass it into opencv and basically have the viewer open refreshing the image between 30-60fps.
Any leads would be great.