'Get video from RAM after capture started (DeckLink Duo 2)
I've managed to create a basic code which captures video from a DeckLink Duo 2 device. The project I've been working on should record a video (with no audio) from a selected device and then save it to a folder of choice.
I don't know how to proceed now though: the code now puts the selected devices into capture mode, I guess I now have to get the raw frames from RAM and turn it into compressed video, to then save it into a selected folder. Problem is I have little to no idea on how to do it, or even where to start researching: all I could get so far was the explanation from the Microsoft website about what the Sink Writer is, I'm still uncertain on how it would fit my code. Total beginner here. Any directions would be immensely appreciated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|