Reading Or Updating The Video Capture Filter Properties

Jan 29, 2009

I'm looking for some help/examples on reading or updating the video capture filter properties in VB.NET. I am working with a USB video device that came on a Panasonic Toughbook. The camera has alot of functions that the user can set when running the software that came with the toughbook (zoom, bightness, contrast, etc)

[Code]...

View 1 Replies


ADVERTISEMENT

Use Avicap32 To Capture Video With A Web Cam And Save The Video As A Wmv Format Instead Of Avi One?

Oct 20, 2010

is it possible to use avicap32 to capture video with a web cam and save the video as a wmv format instead of avi one

View 1 Replies

An 'easy' Way To Capture Video?

Apr 15, 2012

I've been trying to play with DirectShow but it's getting on top of me and my question on here didn't answered so I'm thinking maybe I should go with a different approach. (DirectShow VB.net can't change recording format). <- Where as that 'works' I can't get it in the format I want it, and I don't really understand it so I'd obviousl like to go down the route of something I can get my head around.

I've googled till my fingers are raw trying to come up with an easy way to record video in my vb.net application, it doesn't have to be fancy, just a preview with a start record, stop record button, that's it.

View 2 Replies

Capture Picture Or Video From Usb Cam?

Jun 3, 2008

capture picture or video from usb cam?

View 8 Replies

Capture Video With Webcam?

Mar 12, 2009

I'm currently working on a project which is basically Server-Client based. Client is standalone VB executable file and Server is web based.The program is supposed to use webcam as video capture device, stream video footages to server (on website - live feed) and allows users to manually save captured videos into their computer.Thats basically the brief description of my system. I'm starting off working with VB right now and website after I'm done with VB.I'm new to VB, this would be my 1st project on it. I've looked for available sources online and found several VB apps which lets me capture image file through my webcam. Also on MSDN forum, i found recommendations on using "DCAM Server" to stream videos on website but I'm still not sure of how to configure the settings to make it work properly, and of course, don't have a proper website for it to work with yet atm. Also realise I'll need to integrate some .dll files or activeX functions to use video capture function. I don't really know how to use these yet rite now.

View 3 Replies

Get Video Screen Capture?

Jun 7, 2011

Does anyone know What the best SDK for video capture is, WME Sdk?

View 3 Replies

How To Capture Screen As Video

Mar 21, 2008

Hi how can I capture my screen as a video? Like record what I do with my mouse and so on until I want it to stop and have a File of it ready.?

View 6 Replies

Screen Video Capture .NET?

Apr 26, 2012

How can I capture a part of screen as video in VB.NET? Can I set the location of the screen capture and the width of the capture area?

View 1 Replies

Video Capture And Multithread

Aug 10, 2009

VB and programming on Windows as such. Mostly c++/gcc/linux. I am trying to build this VB app that shows a streaming video from a camera and that needs to be overlaid with some custom graphics and text. I used the code published here: [URL] to get the capture part to work. It essentially uses the avicap32.dll that most of you would probably know.

My plan:
1) Capture frames using SendMessage(windowHandle, WM_CAP_EDIT_COPY, 0, 0) and then copy from clipboard.

2) Do whatever graphics/text overlay on the obtained bitmap

3) send it to some picturebox on some form that is being shown

4) Do step 1 to 3 in a loop by a spawned worker thread.

Firstly is this a reasonable way to do what I want? or is there a much more efficient/easier way to about?

Now the specific problem: From my main thread directly if I do step 1 to 3 once UIComponent.DrawImage(VideoComponent.GetBitmap()) It shows me once captured image as it should and all is good.

Just to clarify: UIComponent is an object/instance that launches the Form and owns the picturebox I want to display on. VideoComponent is an object/instance that has started the videocapture and owns the picturebox to which the video is being captured. But if I wrap the same call above in a function and launch a thread that would start with that function as its starting point, I see a blank screen. Again, for testing purpose, I am only doing step 1 through 3 just once.

The thread part of the code is like this:

Private drawthread As Thread
public sub main()
drawthread = New Thread(AddressOf threadfunc)

[CODE]........

View 4 Replies

Why Can't Capture Video On Application

Jan 14, 2011

when i am recording video my application disappears.

its VB application.

FormBorderStyle : none (is it problem?)
Public Class Form1
Dim resim As New System.Drawing.Point
Dim X, Y As Integer

[Code]....

View 7 Replies

Capture And Save As Video .WMV, Or .FLV File

Feb 26, 2007

Visual Basic has a function that allows a video from a webcam to be saved as .AVI file which inherently is too large for data transfer over the internet. I would like to know if there is a function that allows the video to be saved as a .WMV, or a .FLV file so its smaller and allowed to be transfered over the net. Here is a snippet of the code i am using

[Code]...

View 2 Replies

Capture And Save Streaming Video Using NET?

Jul 22, 2009

How to capture a streaming video via .net and save it off to a file on the server? I have seen a few comercial applications (url...) that do it via a client app, but none of them had an API that I could interact with in .NET.

View 6 Replies

Capture Frames Of Video Files?

Feb 12, 2011

I'm Using vb 2005. I need to capture frames of video files, save theme to my hard drive and later on to gather them thumbnails.How can I capture frames of video files?

View 2 Replies

Capture Image From Video Camera?

Sep 8, 2011

I've been trying to find a way to use my video camera as a webcam and do chatting from different programs including mine.

my problem is how can i capture an image from my video camera. below are camera stats[code]....

View 3 Replies

Capture Image From Video File?

Dec 15, 2011

I have written a code from which using a web camera one can record a video and save it onto the HDD but now according to a client requirement he needs to play that video and capture still images from the video and save it onto a picture box's and here is where i am having issues.

1)when i use windows media player to play the recorded video i don how to capture the image from the video by triggering an event

2) also i need to know if i can play the video on picturebox tool(i tried using the winmm.lib and Mci but it din work out for me)

View 2 Replies

Capture Video And Audio From Another Windows App?

Dec 19, 2011

I am planning to create a proprietary Windows application that will let the user capture video and audio from any other Windows application and stream it onto another computer via Internet. Capturing video is easy, I could simply let the user browse all open windows (or applications) and have the user click the prefered one. But what about audio? Is it possible in Windows to capture the audio from any application?

View 4 Replies

Changing A Video Capture Setting?

Jun 16, 2009

I'm new in vb, I made a program that capture images from the webcam and I want to save as video file, the code i wrote give an Exception I want to know what is the wrong in this code, help please

HTML
'---capcaptureget function
Function capCaptureGetSetup(ByVal hWnd As Integer, ByVal s As Long, ByVal wSize As Integer)
capCaptureGetSetup = SendMessage(hWnd, WM_CAP_SET_SEQUENCE_SETUP, wSize, s)
End Function

[Code]...

View 1 Replies

Delay In Tuning While Video Capture?

Jul 13, 2010

I am student working on some project, We have a developed software using Visual Studios 2005 in which it has both DAQ(Called Tuning, Analog reader) by National Instruments-tools and Video Capturing. When i start viewing camera the analog reader is getting slow. But if i run the vedio capture in other project its not effecting. Now my task is to resolve that effect, Could any please help me out in this issue. If anything is not clear i will send the code so that you may have better clear on what i am asking about.?

I will paste the StartTuning button code " So that you may have some idea of what it is"

Private Sub startButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles startButton.Click
FirstLoad = 1
numberOfSamples = Convert.ToInt32(samplesPerChannelNumeric.Value)
If runningTask Is Nothing Then

[Code]...

View 1 Replies

Listing All Video Capture Interfaces Of PC

Sep 17, 2009

I need a script that list all the Video Capture Interfaces of a PC, like web-cams or TV cards. Is there a way to do this using VBScript? If yes, any way to start?

View 1 Replies

VS 2005 Capture Images From Video?

Mar 20, 2009

I playing a video with Microsoft.Directx.AudioVideoPLayback. My code is pretty simple: I create a Video object wich opens an avi movie, I assign its owner property to panel1 control and then I play the movie.I want to capture images every second from the movie that is being played.I try with panel1's DrawToBitmap() method and then saving the drawn bitmap, but it just draw the panel1, not the image.Is there a way of doing it?.

View 14 Replies

VS 2010 Video Capture Window?

Feb 12, 2012

was checking out the webcam software by Jarno BurgerSourceFiles:It works perfectly fine as it is, but when I created a new start form and created a button to activate the video window, it doesnt work anymore. A blank screen is displayed instead

View 1 Replies

Capture Video+stream Online With Webcam ?

Mar 14, 2009

I'm currently working on a project which is basically Server-Client based.Client is standalone VB executable file and Server is web based.The program is supposed to use webcam as video capture device, stream video footages to server (on website - live feed) and allows users to manually save captured videos into their computer.Thats basically the brief description of my system. I'm starting off working with VB right now and website after I'm done with VB.

I'm new to VB, this would be my 1st project on it. I need help and guidance on how to start please, especially on video capturing functions.I've looked for available sources online and found several VB apps which lets me capture image file through my webcam. Also on MSDN forum, i found recommendations on using "DCAM Server" to stream videos on website but I'm still not sure of how to configure the settings to make it work properly, and of course, don't have a proper website for it to work with yet atm.Also realise I'll need to integrate some .dll files or activeX functions to use video capture function. I don't really know how to use these yet rite now.

View 3 Replies

Record Video And Capture Image Using Webcam?

Feb 2, 2012

currently, im using a webcam in my thesis. one of my objective is to have a realtime camera that can record/capture a video at the same time can capture image. i dont know how to code it in vb.net.

View 1 Replies

VS 2008 Video From Capture Device Into Picture Box.

Mar 20, 2011

I want to know if I can put live video from a capture device into a picture box using image.fromstream or any other way of getting the video into the picture box.

View 1 Replies

Capture Video Of The Windows Desktop And Save It As A AVI File?

Feb 11, 2009

Does anyone know how to capture (Record) the Windows desktop and save it as a '.avi' or '.mpg' file. This functionality can be done using screen capture / presentation programs like SnagIT:[URL]..I have found many examples showing how to capture from a webcam using the 'avicap32.dll' DLL file but these dont help with this problem.

If you are asking why i dont just use SnagIT its because the interface is overly complex and building my own version would allow me to intergrate it into my existing programs.

View 8 Replies

Integrate To Application A Process To Capture The Audio And Video

Mar 29, 2012

I'am on Visual Studio 2008, language :VB

I want to integrate to my application a process to capture the audio and video from a specific area of the screen and save it in a .wmv or .avi file.

I already have Microsoft.Expression.Encoder on my computer but I dont know how to integrate the tool to my project.

View 3 Replies

VB Code To List All Webcams Or Video Capture Devices?

Jan 19, 2010

I am trying to add the ability to select a camera to my program to start with I need to list the currently installed devices in a drop down menu much like what is used in MSN's webcam selection but the only thing that I can find that comes close is

Declare Function capGetDriverDescriptionA Lib "avicap32.dll" _
(ByVal wDriverIndex As Short, _
ByVal lpszName As String, ByVal cbName As Integer, ByVal lpszVer As String, _
ByVal cbVer As Integer) As Boolean

This, even with 4 different webcams installed, returns "Windows WDM image capture"

View 10 Replies

VS 2008 - Open PC Video Camera And Capture Image?

Mar 20, 2009

I want a code that will be usefull to make a program that opens the video camra of the PC and saves the camera sight (or images capture).

View 4 Replies

VS 2008 Screen Capture - Include The Cursor And Save All The Screenshots As One Video File?

Sep 19, 2009

im using this code

Dim VideoSize As Size = New Size(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)
Dim PIC As New Bitmap(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height)
Dim image As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(PIC)

[code]...

How do I include the cursor with this and save all the screenshots as one video file?instead of saving as 1000 pics?

View 2 Replies

Read Properties Or Tag From Video File?

Jul 27, 2009

I working on one project I wanna to make app which can read info from video file like Bit Rate, lenght, frame rate, etc..

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved