Click here to Skip to main content
15,913,939 members

Comments by Member 15272143 (Top 1 by date)

Member 15272143 23-Jul-21 16:30pm View    
Thanks! I referred those examples to capture live webcam video before posting this. I am using the Capture Manager SDK, the webcam parameters for below items doesn't seem working. or I may be missing out certain flow of method calls.
PAN = GAIN + 1;
TILT = PAN + 1;
ROLL = TILT + 1;
ZOOM = ROLL + 1;
EXPOSURE = ZOOM + 1;
IRIS = EXPOSURE + 1 ;
FOCUS = IRIS + 1

Any ideas?