Preview Video Camera From Tv Tuner?
Apr 6, 2010how can i preview / record or only preview video from my tv tuner card in vb.net....i have usb stick deny tuner card in my laptop
View 2 Replieshow can i preview / record or only preview video from my tv tuner card in vb.net....i have usb stick deny tuner card in my laptop
View 2 RepliesI'm using quicktime into my project to get video live from ip camera now i need to start recoding this video
View 2 RepliesI want to write a .NET application to show and save video streams from an ip camera. But I'm not yet sure what would be the best way to get started. Should I look for an Axis camera so I'd be able to use their api or will I be fine accessing the video stream using directshow or whatnot using any other camera ?
View 2 RepliesI'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]....
i bought one device(ip camera) and i need to develop vb.net application to see video or picture from ip camera.
View 1 RepliesI'm making a program where i want my usb camera to show live video in, i could only find examples on how to get a webcam to show live video in a vb form
View 1 RepliesI 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 RepliesAudioVideoPlayback works really .FromFile with jpg or mpg files. But I am trying to show a viewo stream from a video camera over the network. The camera feed is something like ... IP-ADDRESS/mjpg/video.cgi. AudioVideoPlayback .FromUrl seems to access the camera ( the camera then prompts for log on credentials) but it will not display the feed. My question is can AudioVideoPlayback display cgi files? My all is written in Visual Basic 2008, running on Win 7/64 and x86 based platforms as well.
View 1 RepliesI have an application which is supposed to convert a video via DirectShowSource.I have a checkbox which enables a button called "btnviewcrop" which shows a new form called crp.vb for cropping/shearing pixels off the video.
Now, I have a Panel1 that I want to set as the owner (the video drawing surface) but when I set it to open, the application crashes (Error: Object reference not set to an instance of an object.) and I do not understand how to fix it.
[Code]...
I recently posted a WIA sample project in the codebank in this forum here : [URL] What I was trying to do is provide a video preview of the webcam video in a window, but I am having problems with trying to pass in the Window Handle. It should be as simple as Adding a reference to "WIAVideo 1.0 Type Library", and then putting in the following
[Code]...
I try to create a dual video player with VB 2010.
With that I have 2 forms, 1 main form (with all the controls and it should contain a preview screen of what is being displayed on the second form.
And a second form (with a windows media player component).
Now the main form should have (as told) a preview screen of what is shown on the second screen, I want to know if it is possible to have is as the windows 7 taskbar thumbnail (when preview the mediaplayer).
i'd like to know if is it possible to use the flashvars properties in AxShockwaveFlash to load a preview image for any the video
View 2 RepliesI bought myself a TV tuner USB stick, and the supplied software does not do what I want. I looked around for some software examples, but everything I've seen uses DirectShow which was apparently part of DirectX-9, but does not seem to be in DirectX-10. I've found AxMSVidCtlLib, but have not been able to work out how to use it.
View 2 Repliesi want to take print preview of window form and after taking print preview want to take print of form
View 4 RepliesI 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 RepliesI 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.
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 RepliesI 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 RepliesI 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].....
i want to make a video streaming server or a Video Lan chat programe in VB.net
View 1 RepliesHow 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.
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 Repliesis 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 RepliesI have been working on an HTML editor, and I need to know how to make the "Preview" tab show a preview of the HTML code located in the TextBox in the "Code" tab.
View 37 Repliescan play a SWF video but not a Flash Video?
View 14 RepliesI'm trying to attach an IP camera to vb form but i do not have any idea about ho to start and the classes or component that i should use. I searched on net but i didnot find goood results.
View 3 RepliesI want to write an application that can capture from a TCP/IP camera. I haven't bought the camera yet. I have the following questions: What should I look for in the camera? Do all cameras have SDKs or APIs for that?
View 2 Replieshow can i get the web camera capture?and put it in the tool box?
View 1 RepliesI am working on a project I need to connect a USB camera but there is no com port No. on Device Manager the problem i know how to use camera on a serial port but USB ....i don't?
View 3 RepliesI am starting a application that will need to use a usb or included device camera to capture images. I would like to know if there are any samples or examples on how to connect to the camera and capture images. This will be using vb or c# dotnet 4.0 on vista.
View 4 Replies