[Solved] How to give argument for webcam


To use default camera, you need to not pass -i argument.

This command line works for me:

path\\to\\cascade\\facefinder -m 128 -M 1024 -a 0.0 -q 5.0 -c 1.1 -t 0.1

All but first arguments are optional.

solved How to give argument for webcam