コード例 #1
0
ファイル: WebCamera.cs プロジェクト: renyh1013/dp2weixin
 private bool capSetVideoFormat(IntPtr hCapWnd, ref showVideo.BITMAPINFO BmpFormat, int CapFormatSize)
 {
     return showVideo.SendMessage(hCapWnd, showVideo.WM_CAP_SET_VIDEOFORMAT, CapFormatSize, ref BmpFormat);
 }
コード例 #2
0
ファイル: WebCamera.cs プロジェクト: renyh1013/dp2weixin
 private bool capSetCallbackOnFrame(IntPtr lwnd, showVideo.FrameEventHandler lpProc)
 {
     return showVideo.SendMessage(lwnd, showVideo.WM_CAP_SET_CALLBACK_FRAME, 0, lpProc);
 }