hi
i want to access cctv camera in my web forms of asp.net 2.0 with c#, how can i?
if anybody have this solution plz giv me its very argunt for me...
thank you
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Jul 16, 2015, 6:35 AM
logic logicPosted Jul 16, 2015, 2:47 AM
Gerald SilverPosted Nov 7, 2014, 9:00 AM
After the signal has been converted, you need to establish the connection between the camera and the .net application using rtsp protocol. If the connection has been established the rtp protocol will be used to transmit the media data (e.g. the picture of the video) toward the .net application.
About rtsp and rtp connection you can read on the following web pages and documents:
http://www.cs.columbia.edu/~hgs/rtsp/draft/draft-ietf-mmusic-rtsp-09.pdf
http://www.onvif.org/specs/core/ONVIF-Core-Spec-v210.pdf
http://tools.ietf.org/html/rfc3550
In the documents it can be seen that the implementation of these protocols are very complicated, so I think a camera sdk is recommended to be used.
We are using ozeki's camera sdk in order to connect different ip cameras to our application.
On the online manual you can find a lot of titles about the available functionalities.
http://www.camera-sdk.com/p_14-online-manual-onvif.html
Mahesh ChandPosted Feb 16, 2010, 10:07 PM
If you are trying to access a webcam or a camera attached to your laptop, you can use a flash webcam control.
Ravi DerPosted Feb 16, 2010, 3:18 AM
praveenkumar sambuPosted Feb 16, 2010, 1:22 AM