Jump to content
25 minutes ago, JimTheKid said:

Hi i am making a almost real time interpolation program in Python and do you happen to know how i can get the individual frames from my gpu into my program kinda like obs does

Realtime? You're not going to get that from Python. In order to get it anywhere near realtime you'll need to be efficiently capturing the framebuffer.

However, this may provide you with useful direction:
https://www.thepythoncode.com/article/make-screen-recorder-python

ENCRYPTION IS NOT A CRIME

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×