Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Webcam control parameters doesn't seem working for tilt, role etc.. in CaptureManager SDK.

What I have tried:

Could you please add example for how to rotate the live webcam video?
Posted

1 solution

 
Share this answer
 
Comments
Member 15272143 23-Jul-21 16:30pm    
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?
SeeSharp2 26-Jul-21 7:23am    
Yes, that is an article here on CodeProject. Add a comment at the bottom and it will email the author of that article and they can likely help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900