Hello there,
I am planning to use OpenCV in one of my projects to capture frames from the webcam. I know that OpenCV is feature rich. But all i would be using is to capture frames and then image formats like JPG, PNG and then probably face detection in future.
Due to installation restrictions, am planning to statically link the OpenCV libs.
If i use all the lib's as am doing now, it's gonna increase my app size considerably. So i would like to avoid as many features/libs as possible.
Can anyone suggest how to do this? Or is it even possible?
Thanks in advance.