What I want to do is to decode the living video acclerate by set options avcodec-hw=d3d11va the copy the raw frame yuv or others to memory for objects detect , and I do not want to display the video.
Then I try to save the decoded frame to memory by libvlc_video_set_callbacks, unluckily the decoding process is slowly because it canot accelerate on hw. Thanks.