I am doing an application in C#, in which you can manipulate the video input (changing pixels for each frame or correlating multiple frames, extracting regions, extracting shapes). So, I’m trying to find a component I can add to my application in which I can play the video (pause, stop, rewind …) and get and set the pixels in each frame (through method calls) so I can produce a new output video. The video is in YUV format, but it may be something different.
Thanks, ZarkoL
Thanks, ZarkoL