does it’s possible to read a video file and pass it through opencv by using the argus library?
Furthermore as I am using an ip Camera (I already save the video to a file), the argus library would need to not stop reading frame even though the file is being written.
the problem is that I do not have any CSI camera as I am using ip Camera so it’s hard to understand argus and cuda without being able to even test it.
02_video_dec_cuda is what I want to do but I am stuck on passing the image to opencv or do the opposite by changing 09_camera_jpeg_capture to accept a file input.
What would be the relevant lines of code that I could write in 02_video_dec_cuda to have a exploitable image in opencv ?