IP Cameras
-
So I want to write a .NET application to show and save video streams frmo an ip camera. But I'm having some troubles getting started. Should I look for an Axis camera so I'd be able to use their api (http://www.axis.com/techsup/cam\_servers/dev/index.htm) or will I be fine accessing the video stream using directshow or whatnot using any other camera :-s ? :confused:
-
So I want to write a .NET application to show and save video streams frmo an ip camera. But I'm having some troubles getting started. Should I look for an Axis camera so I'd be able to use their api (http://www.axis.com/techsup/cam\_servers/dev/index.htm) or will I be fine accessing the video stream using directshow or whatnot using any other camera :-s ? :confused:
I have a camera hooked up to an Axis 241Q. Axis has an SDK that is killer - can supply MJPEG, MPG4... There is also code to record the video coming from the IP camera. I have tweaked the code so my camera's IP is always in the textbox. I launch my program and get the viewer, then press a button I added to launch the recorder minimized. Now, if I could just get the video to the web...... xlthim