0

I found some samples that use directshow.net(in C#) to capture video from camera, but i didn't see any sample about configuring video (such as Backlight compensation , Brightness, Contrast, Sharpness, White balance, Hue...) , settings for camera (Exposure,Focus,Pan,Roll,Tilt,Zoom...), video output format,... I'm very appreciated if you give me a link of samples or documents that guide how to do that with directshow.net C#.

Thanks you in advance.

MichaelP
  • 2,761
  • 5
  • 31
  • 36

1 Answers1

0

You should look into sample code showing how to obtain and use IAMVideoProcAmp interface. Standard samples don't demo it, however it's defined and available.

For the record, the helpful question which you already found: How can i set brightness for camera using IAMVideoProcAmp?

Community
  • 1
  • 1
Roman R.
  • 68,205
  • 6
  • 94
  • 158