Display a Secutiry Video in VB.Net

  • Thread starter Thread starter Ajit
  • Start date Start date
A

Ajit

Hi,

I am working on internal security system for our office
in which i need to display multiple videos on screen
the video camera will be at remote locations

I wanted to know how to pass the source from the remote
location(door/cabin/cash counter)
to the control(say Windows media player or any other recommeded control) on
the form.

Does anyone have any idea as to how to do it ?
Any help is appreciated.

thanx
 
Hello,

Ajit said:
I am working on internal security system for our office
in which i need to display multiple videos on screen
the video camera will be at remote locations

I wanted to know how to pass the source from the remote
location(door/cabin/cash counter) to the control(say
Windows media player or any other recommeded control) on
the form.

Maybe this can be done with WIA scripting:

http://www.codeproject.com/dotnet/wiascriptingdotnet.asp?target=wia
 
Back
Top