1
Is there a Python library that is efficient( more than Opencv) to work with video capture and resizing its size ( change the image view size without changing the quality ) ?
EDITED :
In my case I want to capture the video and resize it( zoom ) in real time( type press a key and zoom 2x in the captured image ). So it has to be a good video capture library in real time because for larger zoons the image blurs a lot, i.e., the library would have to have an " image processing" when capturing the image or when resizing it.
When zooming and blurring the image does not depend on the image capture libraries but on the capacity of your camera, because a camera with low resolution does not help you have a good lib if the image it will treat has no quality.
– rodgomesc
Already on the treatment of images why I cited "concrete knowledge" when using these libs it requires knowledge about colorozation, sharpness, gamma, contrast brightness correction among other techniques, there are also filters already present in the lib itself, but all this is relative in relation to camera capture quality.
– rodgomesc