cctv

control wireless security camera using .NET program

this wireless camera says it has motion detection amoung its features. link text Can/How can I control such a camera from my .NET code? I want my code to be told when motion is detected so that the code can instruct the lights to be turned on ( that is the next question ). Or have the .net code tell the camera to look in another direct...

How do you connect to a CCTV camera from software?

We have Sony security cameras which have an inbuilt web server, giving a web interface to view and control the camera. We would like to integrate the camera picture into a Java web application, is there a way to connect to the camera from my code? I see plenty of generic software (for PC, PDA, Iphone etc) whereby you just tell the softw...

Which multimedia container format should I use?

I have to write code for a CCTV(video surveillance system) to store an elementary stream on hard drive in a container format. But there are too many choices, I don't know which format should I use. What format will cost less CPU cycles and permit replay by popular media players? ...

Custom CCTV Video Feed

Hi, I'm not sure if this is the appropriate place to ask this but I'll give it a shot. I am wondering if there is a way to access the video feed from my CCTV system. I don't have a system but I am wondering if I did, could I? I've seen solutions where you have to purchase a network interface unit, which acts as a webserver and you c...

surveillance camera viewer programming in .net

I'm trying to build a viewer application for analog surveillance cameras in .NET. Something along the line of Zoneminder. Just wondering if there's any api available or where should I start looking in the .NET framework? I'm no expert in the imaging area. Thank you. ...