Hello,
So I primarily work with Java so bare with me on this, I do know quite a bit of C/C++ but not enough for development for OBS.
What I am looking for is the ability/function that creates the image preview you see on your OBS stream window, basically I would like to know what's creating the frame by frame imagery for the Window.
The reason, I will be using Java to bring this function into my Java program and capture each frame to create a separate video for individual clips, kind of like the replay buffer in a way.
Originally I was going to grab the FileOutputStream to the recording folder to that file but that could be falling through due to limitations with Windows not allowing multiple programs open the same file for reading while being written to.
Anyways thank you if you can help/point me into the direction of that function/file.
So I primarily work with Java so bare with me on this, I do know quite a bit of C/C++ but not enough for development for OBS.
What I am looking for is the ability/function that creates the image preview you see on your OBS stream window, basically I would like to know what's creating the frame by frame imagery for the Window.
The reason, I will be using Java to bring this function into my Java program and capture each frame to create a separate video for individual clips, kind of like the replay buffer in a way.
Originally I was going to grab the FileOutputStream to the recording folder to that file but that could be falling through due to limitations with Windows not allowing multiple programs open the same file for reading while being written to.
Anyways thank you if you can help/point me into the direction of that function/file.