تسجيل الدخول

مشاهدة النسخة كاملة : How to change camera serttings in C#?



C# Programming
09-29-2009, 09:30 PM
Hello I have created an application with windows form which display the camera connected to my PC via BNC.
With one of my camera everything's fine but with another one the picture is Black and white and sometimes it display pixel sh*t.

I want to know if I can change the settings for the second camera (change PAL to NTSC, color, frequency...) with my program, I display the camera with the user32 and avicap lib and I already look for all the parameter I can send in the SendMessage method. (WM_CAP_DLG_VIDEOSOURCE, WM_CAP_GET_VIDEOFORMAT and so on)

Can anyone help me?