I want to read from IP camera without using cv2.videocapture as the frames are jittery.
I am able to use libvlc in python to stream n display stream. However I am not able to integrate libvlc with opencv to process the individual frames from stream. Has anyone tried this in python?
Thanks