Explain The Following Code For Video Capturing

Jul 1, 2009

i`m trying to understand the following code for video capturing but some things are very strange for me explain briefly the below code. If you can give any articles. Basically i`m trying to create my own video capturing program and i want to understand this one before starting my own.[code...]

View 4 Replies


ADVERTISEMENT

Capturing Stills From 2 Different Video Cameras

Jan 22, 2010

I need to capture still's from 2 different video cameras. I am using a 4 channel usb dvr. I have tried to use DirectShow but I only get 1 camera. How can I get a list of all the cameras connected to my pc. I use Visual Studio 2008.

View 2 Replies

Capturing And Saving Video It With  Avicap32.dll And User32.dll?

Jun 15, 2009

I have a web cam connected through USB,I capturing and saving video it with avicap32.dll and user32.dll.But in the same time I need to starting other hardware and working with it trough COM port during capturing. And here appearing a problem, because then I send a command for start video capturing:

SendMessage(hWnd, WM_CAP_SEQUENCE, 0, 0) ' start video capture

the executing code stops at this line until I click to stop to capture. But in the capturing time I need to work with my hardware, to obtain the data from it, and after that to stop capturing.To make to work simultaneous video capturing and my hardware or its impossible to do that with avicap32.dll and user32.dll.

View 9 Replies

Vb 2008 Image And Video Capturing Program?

Dec 15, 2011

I need to create a program that can capture video and image. The program is very simple, it just have a screen and a button labeled "Capture". When I click capture, it will capture the image and save it in drive "C:".

View 1 Replies

Explain DateTime.Now Design In .Net

Sep 26, 2011

I have a question regarding the design of the Date object in the .Net framework, more specifically the Now property.I know that Now is a property that is a Date type. (This makes sense since I see the methods .AddHours(), AddYears(), etc) If Now being a class(or struct) how does it return a value directly.For example: How would I create a class or struct in C#/VB.net that would allow me to do the same without calling a property of Now?[code]To me it seems like you would have to call a another property off of TodaysWeather. But with the Datetime.Now example you don't.[code]

View 5 Replies

Explain Difference Between Two Functions

Apr 29, 2009

I'm not new to coding but fairly new to Visual Basic.Can someone tell me the difference between using the System.IO.Directory.Whatever and the Me.Computer.FileSystem.Whatever functions when it comes to file and folder manipulations?

View 1 Replies

Explain Singleton Architecture Of Remoting?

Jun 6, 2011

Explain Singleton architecture of Remoting.

View 1 Replies

Code For Video Watermarking?

Oct 14, 2009

Vb.net code for video watermarking

View 3 Replies

Fullscreen Video .net Code?

Jan 27, 2011

how to write the fullscreen video opening vb.net code? Currently,I am doing the project opening full screen video by moving the sensor.I can do the maximized video opening when run the program,but not full screen.I heard about ActiveX for fullscreen before, but I don't know how to put it and make the fullscreen.

View 3 Replies

Why This Code Does Not Save The Video Captured By The Webcam

Oct 10, 2010

I come across this web site that explains how to get a video from a webcam.

[URL]

all works fine apart it does not save the file?

View 9 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

Video Playing Code In Button Click Must Stop For 5 Seconds?

Mar 15, 2012

i am doing an gaming project in vb.net 2008..my problem is i wrote code to play the video in button click,,so codes after the video playing code in button click must stop for 5 seconds how to do it?i cant use threading.thread.sleep(5000)if i use that then entire program execution will stop for 5 seconds if i use that then video will also stop playing.........

[code]...

View 8 Replies

VS 2008 Get The Program To Convert One Video And Then After The Conversion Code Is Completed To Move To The Next One?

Feb 18, 2012

I am creating a bulk media converter. In order to do this I need to go through each line in a list box one after the other and run the conversion function. I am trying to use the following:

For Each item In listVideos.Items
conversion code
Next

However this makes the program want to convert all videos at the same time... is there anyway to get the program to convert one video and then after the conversion code is completed to move to the next one?Should also be noted that I am using FFMPEG for this project.

View 1 Replies

Inserte Pictures And Video - Can't Move The Program To Another Computer Because The Pathname For The Video Will Be Wrong

Jun 22, 2010

I have a vb.net project which i have inserted pictures and video. I inserted a video clip using the Windows Media Player control and it does work. The issue i have is that i can't move the program to another computer because the pathname for the video will be wrong. I know i could change the pathname when i move it but this is not practical because i need to present this program. Does anybody know how to make the video accessible no matter what location the program is at?

View 6 Replies

Monitoring 12 Video Feeds From Video Cameras - NEXT Or FORWARD Button On My Monitor Form

Dec 24, 2009

I am monitoring 12 video feeds from video cameras. Now I have more than 12 cameras, I have 134. But I will only monitor 12 cameras at a time. By Monitoring I mean, I have 12 small video screens on the form that I can see the video. The way I know which cameras are active, so I can monitor them is by a boolean value in a sql database. I run a Store Procedure in my program, and spit out the results in a XML file. I then read the XML file in a loop. This XML file will have a list of the camera names I need to monitor.

So that is for 12 video feeds. Now, I want to have a NEXT or FORWARD button on my monitor form. So when I click this it will give me the next group of cameras, 13 to 24. Now if I only have15 cameras that are active, that means the first group is 1 to 12, then the second group is 13 to 15 cameras. So I will only have 3 to monitor on the second grouping. One thought I had was to have another field in my table to mark as already as an active monitor, so when I run the SP, i will not select that row. But I need to select 12 at a time. Or I can make a number of xml files, one xml file for each grouping of 12, but I need to figure out how I can select the next group without re-selecting the first group. I have no code at the moment, I'm on my non-programming computer.

View 4 Replies

Create Audio Video Chat - Client Move His Or Her Webcam Video Where Want?

Oct 17, 2011

I creat audio video chat and when calling receivng video and client video is together...I want that client move his or her webcam video where want...as I know it name DROP&DRAP but I`m not know how to do it...

View 5 Replies

It Open A Bunch Of Tabs That All Go To A Link With A Video, And Then Have It Automatically Play That Video?

Jul 7, 2009

I was wondering if it was possible to have a program open Firefox, and have it open a bunch of tabs that all go to a link with a video, and then have it automatically play that video?

View 4 Replies

Get Video Thumbnail From A Video File (from A Directory In Hard Drive)?

Jul 21, 2011

I would like to create thumbnails into a VB (2005 or 2010) form from video files.

I have a directory (in my hard drive) with video files (.mpg).

How to show video thumbnails for each video file?

My VB code (for images) is attached below and I want to convert it in order to manage video files.

Private Sub ThumbButton_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles ThumbButton.Click
Dim imagepath As String

[Code].....

View 2 Replies

Make A Video Streaming Server Or A Video Lan Chat Programme?

Jun 22, 2010

i want to make a video streaming server or a Video Lan chat programe in VB.net

View 1 Replies

Recording Video Via Video Webcam Within Visual Basic Application

Dec 5, 2009

How can i record a video via webcam in visual basic application and then display the video on user's request either live or recorded video.

how to develop video webcam recording application.

View 4 Replies

What Syntax Use To Buffer Video The Video In Client's Media Player

Jul 12, 2010

i want to buffer a video file on client side when it request.. what syantax i use to buffer the video the video in client's media player

View 1 Replies

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

How The Win7 Taskbar Showing Thumbnail View Of A Video Or Pics Or User Apps That Running Presently With Code

Dec 13, 2011

i am trying to develop a project for my academics...i.e, windows application s/w... how to get the thumbnail view(in win7 taskbar shows in that manner?) of all applications that are appearing on taskbar with code in vb ..

View 1 Replies

Audio Converter And Compressor - Audio & Video - Dream.In.Code

Mar 13, 2009

I just want to ask or I need some idea on how to convert wav files to mp3 and compressed the file to make the size smaller. I've search on the internet and find vorbis.dll as a reference object and lame.exe for converter. With regards to the audio compression, i downloaded monkey's audio software but doesnt have an idea on how to incorporate it.

View 2 Replies

Can Play A SWF Video But Not A Flash Video?

Jan 23, 2008

can play a SWF video but not a Flash Video?

View 14 Replies

Capturing .jpg Using A WebCam?

Jun 4, 2011

I want to capture a still picture in any format like .png,.jpg,.bmp etc. using a webcam.And want to save that in directory.

View 3 Replies

Capturing Text From Cmd.exe?

Mar 14, 2010

How can I capture text from cmd.exe window? Tried GetWindowText, but this only returns the title.

View 6 Replies

.net - C# DataGridView Capturing Deleted Row?

Jun 16, 2010

I am using a DataGridView, which is bound to a dataset. There is a bindingNavigator as well.

when a user deletes a row by clicking "bindingNavigatorDeleteItem" button, I am trying to get the row being deleted.

private void bindingNavigatorDeleteItem_Click(object sender, EventArgs e)
{
int crow = gridEventType.CurrentCell.RowIndex;

but it returns the newly selected row AFTER deletion of a selected row.
so, If I have two rows

0
1
2
and I delete 2

crow is 1, not 2.

Am I missing something here?

2. How do I know whether certain rows are modified in datagridview?

View 3 Replies

.net - Capturing Error Events?

Feb 9, 2012

I was creating some complex applications in Visual Basic .NET 2008 and since they are in the testing phase right now, people manage to find an error or two every so often that causes the program to crash. The problem is that there is a tracking piece to it that logs who is currently using the programs. When a user logs in, it logs that they are currently logged in, and if the form close event is fired, the log is deleted to show that they have closed it.

Now my problem comes whenever the form crashes from an error since it won't trigger the close event and therefore makes the log become inaccurate. My question is if it is possible to capture any error that the form would have in the form of an event?

View 2 Replies

Capturing A Section Of The Screen?

Oct 19, 2006

I am trying to make a simple personal program and cannot figure out how to capture a section of the screen.I want it to work like prt scr does except it captures a specified rectangle instead of the entire screen. I am thinking I have to use Drawing.Graphics but am not sure.

View 11 Replies







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