4 Replies - 4914 Views - Last Post: 30 January 2012 - 08:08 AM Rate Topic: -----

Topic Sponsor:

#1 Codemanoj  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 01-July 10

IP camera viewer

Posted 01 July 2010 - 03:28 AM

Hi ,

I would like to know how can i view Ip camera images from asp.net application. any advice on starting will appricaiate.

Thank,
Manoj.
Is This A Good Question/Topic? 0
  • +

Replies To: IP camera viewer

#2 mahcuz  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 142
  • View blog
  • Posts: 213
  • Joined: 03-June 10

Re: IP camera viewer

Posted 01 July 2010 - 04:03 AM

1. What is an IP camera?
2. Do you realise this is the PHP forum, not the ASP.NET forum?
Was This Post Helpful? 0
  • +
  • -

#3 JackOfAllTrades  Icon User is online

  • No Sugar Coding Here!
  • member icon

Reputation: 4671
  • View blog
  • Posts: 20,336
  • Joined: 23-August 08

Re: IP camera viewer

Posted 01 July 2010 - 04:32 AM

Moved to ASP.NET.
Was This Post Helpful? 0
  • +
  • -

#4 Frinavale  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 202
  • View blog
  • Posts: 775
  • Joined: 03-June 10

Re: IP camera viewer

Posted 01 July 2010 - 06:50 AM

IP cameras are cameras are security cameras (CCTV) that are connected via a network (Internet Protocol) to transmit data (images) to a DVR (Digital Video Recorder).

So, what you need to do is interface with the DVR to retrieve the data from the IP camera.
You will need to contact the vendor of your DVR to purchase a Software Developer Kit (SDK/API) so that you can call their methods that will retrieve the images from the DVR.

That should get you started.
After that you will have to decide on how you are going to stream this information to the browser (this is fun ;) I've played with it using Silverlight)

-Frinny
Was This Post Helpful? 0
  • +
  • -

#5 mlhammel  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 30-January 12

Re: IP camera viewer

Posted 30 January 2012 - 08:08 AM

View PostFrinavale, on 01 July 2010 - 06:50 AM, said:

IP cameras are cameras are security cameras (CCTV) that are connected via a network (Internet Protocol) to transmit data (images) to a DVR (Digital Video Recorder).

So, what you need to do is interface with the DVR to retrieve the data from the IP camera.
You will need to contact the vendor of your DVR to purchase a Software Developer Kit (SDK/API) so that you can call their methods that will retrieve the images from the DVR.

That should get you started.
After that you will have to decide on how you are going to stream this information to the browser (this is fun ;) I've played with it using Silverlight)

-Frinny


I'm in the same boat as the original poster... Does anyone recommend a vendor / (SDK/API). For my project, we have not chosen any specific cameras/vendor yet so it's still a clean slate.

thanks
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1