Click here to Skip to main content
15,913,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I clear drop list combo box? Pin
wb27-Jul-03 22:42
wb27-Jul-03 22:42 
Generalweb cam Pin
Anonymous27-Jul-03 18:07
Anonymous27-Jul-03 18:07 
GeneralRe: web cam Pin
Beer2627-Jul-03 18:28
Beer2627-Jul-03 18:28 
GeneralRe: web cam Pin
csc27-Jul-03 21:09
csc27-Jul-03 21:09 
GeneralRe: web cam Pin
Anonymous28-Jul-03 5:18
Anonymous28-Jul-03 5:18 
GeneralRe: web cam Pin
Anonymous28-Jul-03 5:19
Anonymous28-Jul-03 5:19 
GeneralRe: web cam Pin
csc28-Jul-03 19:41
csc28-Jul-03 19:41 
GeneralRe: web cam Pin
Andrew Walker28-Jul-03 1:03
Andrew Walker28-Jul-03 1:03 
If you want to control the properties of the camera try DirectShow, specifically:

the IAMCameraControl Interface
the IAMVideoProcAmp Interface

IAMCameraControl gives you access to
typedef enum {<br />
    CameraControl_Pan = 1,<br />
    CameraControl_Tilt,<br />
    CameraControl_Roll,<br />
    CameraControl_Zoom,<br />
    CameraControl_Exposure,<br />
    CameraControl_Iris,<br />
    CameraControl_Focus<br />
} CameraControlProperty;


IAMVideoProcAmp gives you access to
typedef enum tagVideoProcAmpProperty<br />
{<br />
    VideoProcAmp_Brightness,<br />
    VideoProcAmp_Contrast,<br />
    VideoProcAmp_Hue,<br />
    VideoProcAmp_Saturation,<br />
    VideoProcAmp_Sharpness,<br />
    VideoProcAmp_Gamma,<br />
    VideoProcAmp_ColorEnable,<br />
    VideoProcAmp_WhiteBalance,<br />
    VideoProcAmp_BacklightCompensation,<br />
    VideoProcAmp_Gain<br />
} VideoProcAmpProperty;



If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

Generalhelp with "job object" Pin
bigeyedfish8127-Jul-03 17:58
bigeyedfish8127-Jul-03 17:58 
GeneralRe: help with &quot;job object&quot; Pin
Mike Dimmick28-Jul-03 2:11
Mike Dimmick28-Jul-03 2:11 
GeneralRe: help with &quot;job object&quot; Pin
bigeyedfish8128-Jul-03 4:30
bigeyedfish8128-Jul-03 4:30 
General2 dimension array in COM Pin
novachen27-Jul-03 17:08
novachen27-Jul-03 17:08 
GeneralCustom Buttons Pin
Dov Sherman27-Jul-03 16:13
Dov Sherman27-Jul-03 16:13 
GeneralRe: Custom Buttons Pin
Ryan Binns27-Jul-03 17:58
Ryan Binns27-Jul-03 17:58 
GeneralRe: Custom Buttons Pin
Dov Sherman28-Jul-03 7:20
Dov Sherman28-Jul-03 7:20 
QuestionHow to define a CALLBACK function Pin
FlyingDancer27-Jul-03 15:53
FlyingDancer27-Jul-03 15:53 
AnswerRe: How to define a CALLBACK function Pin
parths27-Jul-03 16:50
parths27-Jul-03 16:50 
GeneralRe: How to define a CALLBACK function Pin
FlyingDancer27-Jul-03 17:15
FlyingDancer27-Jul-03 17:15 
GeneralRe: How to define a CALLBACK function Pin
parths27-Jul-03 17:40
parths27-Jul-03 17:40 
AnswerRe: How to define a CALLBACK function Pin
geo_m28-Jul-03 20:02
geo_m28-Jul-03 20:02 
GeneralRe: How to define a CALLBACK function Pin
FlyingDancer28-Jul-03 20:26
FlyingDancer28-Jul-03 20:26 
GeneralMultiple Document Support Opening Problem Pin
bneacetp27-Jul-03 15:26
bneacetp27-Jul-03 15:26 
GeneralSending non-keyboard chars Pin
phlipping27-Jul-03 13:56
phlipping27-Jul-03 13:56 
GeneralRe: Sending non-keyboard chars Pin
Michael Dunn27-Jul-03 14:37
sitebuilderMichael Dunn27-Jul-03 14:37 
GeneralRe: Sending non-keyboard chars Pin
phlipping27-Jul-03 14:44
phlipping27-Jul-03 14:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.