Saving A Recorded Video In VB 2008

Mar 1, 2012

How To Save A Recorded Video In VB 2008? I'm having a problem on my code um i can't seem to save the video that i have recorded in my project. everytime the dialog that allows me to save and when i check the destination where i saved the video it won't appear so i don't know if it really recorded or it just won't save. and also the filename. whenever i add new song in the listbox for the song list [Code]

View 6 Replies


ADVERTISEMENT

VS 2008 : Have A Label's Text Recorded Into A Database When Button Is Clicked?

Apr 14, 2009

I would like to have a label's text recorded into a database when my button is clicked. I do not yet understand the database connection. I have created the db, and have the following

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim Conn As String = "Provider=Microsoft.SQLSERVER.CE.OLEDB.3.5; Data Source=c: empTestDB.sdf;"
Dim tConnection As New OleDb.OleDbConnection(Conn)

[code]....

When I try to test this the .ExecuteNonQuery() becomes highlighted and says the given type name is unrecognized. My table is setup as table1 and the only 2 columns are datetime and temperature. I want the label text to go to temperature and I would like somehow the time the temperature was taken to go into the datetime field. I had the provider=microsoft.jet.oledb.4.0, but I changed it since I thought this was the one to use.

View 6 Replies

C# - Adding Text Into A Video And Saving The Output?

Jun 17, 2009

What I'm trying to do is take a 'input' video file (I can make it whatever file type will make this the easiest) and then, through my code, add text to the video file. for example, it would take 'Sample1.mpg' and output 'Sample2.mpg'. It wouldn't show the video (I've found some tutorials that talk about overlaying text as the video plays; but not actually modifying the video file.

Basically, I'd like to be able to say, 'From seconds 1 to 200, draw 'Hi Mom' at position 0,0 with this font' and have that saved in the outputed video. Whenever you run the outputted video, with any player, you'd end up seeing the text; because it'd be part of the video file.I've heard claims like, 'DirectShow!' but I'd really welcome anything slightly more specific.

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

Play PictureBox With Recorded Location?

Oct 20, 2009

i m save location in listboxes Like this:

Private Sub Form1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseMove
ListBox1.Items.Add(e.Location.X.ToString)
ListBox2.Items.Add(e.Location.Y.ToString)
End Sub

View 14 Replies

Take Recorded Coordinates (x,y) And Place Them Into An Array?

Jul 22, 2011

How can I take recorded coordinates (x,y) and place them into an array? I have the variables set up and everything, but I am unsure how to declare the array for this purpose and how to take what I have in the array and graph the coordinates later on.

Here is the relevant

vb.net
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
TextBox1.Text = TextBox1.Text + 1

[Code].....

View 9 Replies

Using TCP/IP - Application For Playing Back Recorded Clips From Dvr

Mar 2, 2010

I am developing and application for playing back recorded clips from dvr. There will be 10 persons reviewing the recorded clips all the time. When the person want to review a particular camera recorded clip, he will send a command through COM to my application. Then my application will read the data from COM and connect to dvr and send data to the dvr. If only 1 person is doing the operation my application works fine. If 10 persons continuously working, then my application is getting very slow and the response time back to the person is high which will make the person frustrated to use the software.

Now, when ever I receive data from COM I'm adding into arraylist and I'm processing one by one. I've 10 forms in my application and when ever I receive data from person1 I'll send that data to form1 and person2's data will be send to form2 and so on for processing. What could be the better way to write my application in order to make the response time to the user faster so that, they'll get the recorded clips faster?

View 21 Replies

Communications :: WinSocket - Transfer Recorded WAV Files Between Computers

Mar 27, 2012

I need to transfer Recorded WAV Files betwenn computers. Now I want to transfer C:/Rec/Record.wav from Client to Server, then back, without the client that sent it take it. I know how to do that, the only problem is sending it. How do I do file transfer in winsock vb 10-11?

View 1 Replies

Record A Screen And Then Output Recorded Frames In Avi File?

Feb 23, 2010

How you record a screen and then output the recorded frames in a .avi file or .wmv, doesn't really matter what kind of file.

View 1 Replies

Listen To Recorded Material But Not Necessarily In Real Time - Copy File In Use

Oct 15, 2009

I have an application that continously records audio for several hours. I want to be able to listen to recorded material but not necessarily in real time. I have tried to just copy the file being recorded to a new file with overwrite and the copy obviously gets done (filesize changes) but when I try to listen to the copied file my player just 'blinks' and nothing more happens. If I however close the recording, the copy also gets playable. My idea is that copying a file in use just creates another file in use. If this is the case how can I close the copied file?

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

[2008] Rewrite Class (Saving TreeView Data) For Saving Listview Data

Mar 9, 2009

rewriting a class I use for saving Treeview data to a XML file for use of saving ListView data I can't really figure out the rewrite, I'm stucked, unfortunately Listviews seems to be a big problem for me in general.

Option Strict On

''' <summary>
''' The TreeViewDataAccess class allows the nodes within a TreeView to be
''' persisted to xml for later retrevial.
''' </summary>

[Code]....

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

Draw Graph Over Video .net 2008?

Mar 18, 2011

I have series of video files that i need to automatically draw some line over through to the en. The line varies, the values will be provided, is this possible in vb.net?

View 1 Replies

Draw Graph Over Video In 2008

Aug 25, 2009

I am having problems passing data from one form to another form opened from the first form.Here is my scenario: I have my start-up form. From this form I open a form by using the following:

[code]...

I use this because I want to be able to open multiple forms from the start-up form.Then from the PartyDetail form I open another form to display order details, like this:

[code]...

I want this order details form to be able to get a partyid variable from the party detail form.This works, but depending on the order that I open the forms the variables are incorrect Example:If I open the first PartyDetail form and then open the OrderDetail form, it works correctly. I can open as many PartyDetail and OrderDetail forms that I want and the variables are correct.But, say I open a PartyDetail form and then open another PartyDetail form and then open the OrderDetail form from the first opened PartyDetail form, it displays data based on the second opened PartyDetail form instead of the first. Basically, I want to be able to open multiple PartyDetail forms and then open OrderDetail forms based on whichever PartyDetail form it is opened from.Right now I am using Public Shared variables on the PartyDetail form and accessing this variable from the OrderDetail form. I suspect this is my main problem but don't know the best way to pass the variables from the PartyDetail form to the OrderDetail form.What would be the best way to do this?

View 2 Replies

VS 2008 : Extract Audio From Video?

Oct 1, 2009

Is possible extract audio from video and save into file wave?

View 1 Replies

VS 2008 : Making A Video Playlist?

Nov 3, 2009

I plan on making a Visual Basic Project that involves playing a series of videos. I wanted to have six videos in my project. The videos would be selected through checkboxes. Once the videos are selected, I wanted them to play automatically one after the other from one video player either in the same form or in another form.Is this possible to do? If so, how would the coding work? I am using Visual Basic 2008 Express Edition.

View 2 Replies

VS 2008 AxWindowsMediaPlayer Video Scaling?

Mar 31, 2011

I have a axwindowsmediaplayer object in my form which plays a video on load, but unfortunately the video seems too small and there is a massive black border around the video, is there anyway I can stretch the video to fill the whole player window?

View 1 Replies

VS 2008 Duration Of Video File?

Jan 4, 2012

I need to find the duration of a video file. I am not talking about this. LenOfVideo = AxWindowsMediaPlayer1.currentMedia.durationThis will give the duration of a video when it is playing, I want to know the duration of ALL the video's in my List of video's so i can display it in the selection for the user. The currentmedia.duration will only give the duration when you play it and i have about a 100 media clips to play..

View 2 Replies

VS 2008 Make A Video Converter Using .Net?

Dec 26, 2009

It is possible to make a video converter using VB .Net? If yes with what I should start?

View 2 Replies

VS 2008 Playing Video Files?

Sep 10, 2009

im new to VB and i would like to ask some questions;Im developing a Media Study Room program and i have this little problem, My problem is that, how can i designate the video in the list box, that when i click variable on the list, it will automatically play the video i designated to a number and its description in the bottom will appear.

View 18 Replies

VS 2008 Stream Video From Webcam?

Apr 4, 2009

I am interested in streaming video from a webcam on one PC to another PC. Could this be done without streaming to a server. Could this be achieved by streaming using P2P?

View 4 Replies







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