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


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

Streaming Video With Fast-forward Ability?

Dec 10, 2011

I want to make a server app, that can stream a movie (within my LAN)I've searched google, but can't find anything that will allow me to stream a .avi file and fast-forward (seek in the stream?) ability.

View 14 Replies

Specifying Which Monitor For Video To Play On?

Jan 14, 2010

I have an application I am working on and have a projector connected and working as the second monitor.I would like to setup my application to play, in fullscreen mode (using Windows Media Player) on the second monitor.I would like the application to then close WMP after the end of the one minute video clip? I am using Visual Basic 2008.

View 1 Replies

Selecting Which Monitor To Play Video On

Jan 1, 2010

I am doing a robotic project and want to programmatically play a video clip to my second monitor. I have a projector inside my robot that the netbook sees as Display 2. I would like the assign my game pad a button click to launch the video on that second display (the lcd projector).

[Code]...

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

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

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

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

How To Add Video In Form

Jun 8, 2011

In my case, i want to add some video if there was 'event button click' , can visual studio vb.net 2005 do that?

View 1 Replies

How To Show Video In A Form

May 14, 2010

I'm trying to make a game trainer for Visual Basics 2008, but i don't know how to get a video to screen in my form.

View 3 Replies

VS 2008 Check That Wmp Video Has Started Playing Before Can Press The Full Screen Button?

Mar 24, 2010

I have a full screen button, so that when it is clicked the windows media player control will go to full screen. This works fine, however I need a way to check that the video has started to play before the button can be pressed to make it full screen.

View 2 Replies

Forms :: Play A Video On Form?

Nov 2, 2009

Does anyone know how to play a video on a windows form in a window like using a picturebox with a JPG?

View 4 Replies

Play A Video On Background Of Form?

Feb 15, 2012

how to play a video on the background of the form please guide i am really confused

View 7 Replies

Play A Video On Form Start Up?

Nov 4, 2011

when form Loads i want a video to play in a picture box or panel how do i do that? This is what i have so far.

Imports Microsoft.DirectX.AudioVideoPlayback
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[Code]....

View 7 Replies

Interface And Graphics :: Playing A Video On The Form?

Mar 4, 2009

Ok, i know the simple media controls to play a video file on the control screen, but is there a way to play the video on the form background?

View 2 Replies

VS 2010 Adding Video Clip To Form?

May 27, 2012

how to add a video clip into a form? My video clip will probably be in a .avi format.

View 1 Replies

Winforms - Play A Video File In A Form?

Apr 27, 2011

How to play a video file in vb.net ?

I need the video to automatically start playing on form load.

View 1 Replies

How To Open And Play Video Files In Windows Form

Jun 8, 2011

how to open and play video files in windows form? also save videos in a specific folder inside the project.

View 2 Replies

Move Pictureboxes On The Form With Mouse As Skype, When Video Calling?

Oct 20, 2011

I need to move pictureboxes on the form with mouse as Skype, when video calling..

View 3 Replies

Communing With Remote Computer - Call And Display The Video With Audio On Form

May 19, 2009

I want to write an application which will call the remote computer. I mean when I click on call button on my form it should call the remote computer which I want to call and display the video with audio on my form. something like making video call.

View 8 Replies

Monitor Changes To The Registry Like Monitoring The Files And Folders Using Filesystemwatcher?

Apr 15, 2011

Can i monitor changes to the registry like monitoring the files and folders using filesystemwatcher?

View 10 Replies

C# - Video Conversion In .net?

Jan 4, 2011

i want to know if it is possible to develop a video format conversion software in .net (C# or VB.net).

View 1 Replies

End Of Video Event With WMP?

Dec 17, 2009

Is there an event that will trigger at the end of a video playing in windows media player?

I don't want to run a loop to check if the status = "stopped"

^I feel like that is going to be more of a resource hog

View 1 Replies







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