How To RECORD VIDEO using VB.NET coding?
-
Need help on this.. i search in search engineer but all gave me playback of video file or Capture picture shot. Any pro here know how to record video or have the program?
You have three options, at least: 1) Buy an OCX and read the code samples it come along with (i.e. Pegasus Capture Pro, or the Viscom I remember) 2) Install, read Microsoft DirectX SDK and browse the sample code provided 3) Write your own from scratch based on VfW (old, tough and I think pointless).
-
You have three options, at least: 1) Buy an OCX and read the code samples it come along with (i.e. Pegasus Capture Pro, or the Viscom I remember) 2) Install, read Microsoft DirectX SDK and browse the sample code provided 3) Write your own from scratch based on VfW (old, tough and I think pointless).
-
i haf try DirectX, it only help to capture photo, play audio and video files. But not Record VIDEO.
It does capture video to AVI or WMV. There samples available on MSDN Library as well. But I suggest you also to have a look at the implementation presented on this site about capturing video with a DirectX class. Just use the search function on the code project and you'll get plenty of ideas. Like: http://www.codeproject.com/cs/media/directxcapture.asp (it's C# but you can simply use the DLL in VB.NET) This one will give you details about DirectX video capture: http://www.codeproject.com/directx/MPEG2\_Capture\_Device.asp Others are available.