VideoCapture CAP_PROP_PAN & TILT
Dear all,
I am confused about the videoCapture cap(CAP_PROP_PAN & TILT).
How could I use them ? IS it to drive a turret ? If yes how please ?
Thanks for your support.
Chris
I would love to know this too.. I need to know for that frame what the camera orientation is..
There is also a CAP_PROP_ZOOM..
I just need to know for that frame what the camera orientation is..
From looking at the source it looks like only three capture types support these..
@towster -- please do not post answers here, if you havea question or a comment, thank you.
@cherault . You can't do both parameters. You simply do one argument merely.
cap.set(CAP_PROP_PAN)
andcap.set(CAP_PROP_TILT)