Is there a Python library that is efficient (even more than OpenCV) for working with video capture and resizing it (changing the image view size without greatly changing the quality)?
EDITED:
In my case I want to capture the video and resize it (real zoom) in real time (type presses a key and zooms 2x in the captured image). That's why it has to be a good realtime video capture library because for larger zoons the image blurs a lot, ie the library would have to have an "image processing" when capturing the image or when resizing it. >