Click here to Skip to main content
16,013,440 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
First , I'm a newbie coder so please tolerate me. :)
I have an ip camera GANZ ZN-D1MAP. It supports ONVIF protocol. I want to control my ip cam with C#. I have searched for it and i found Onvif Device Manager lib. But i couldn't find how can i use onvifdm or how does its functions work. Is there any document for it. Or is there any one to know about this protocol to help me.

Another problem , i don't know my ip cam's ip address. I tried some apps to learn it but they couldn't find my cam. I'm connecting it directly by Ethernet cable.


Thanks,


Dcan.
Posted

This is the open-source product, for .NET, written in C#: http://sourceforge.net/projects/onvifdm/[^].

—SA
 
Share this answer
 
Comments
dogancan batman 29-Oct-12 14:27pm    
I know it but how can i add this lib to my project?
Sergey Alexandrovich Kryukov 29-Oct-12 14:35pm    
In a usual way -- by referencing it by your assembly. What, you never used libraries (3rd party or your own)? If not, please learn on .NET and assemblies, how they are referenced and used. Basically, you either add a reference from the tab "Browse" of the "Add reference" window, or add the library to GAC, a step which might be performed by the installation of the product. Read on GAC, by the way.
--SA
dogancan batman 29-Oct-12 14:42pm    
Yes , I used libraries and i know how to use them. But there is so much sub-libs in this library. And i don't know which one is available for me. And i couldn't find an user guide or something like that to learn how this lib works , and which functions include. (i'm not so much newbie. :) )

Dcan
To find the IP address of your camera, have a look at this discussion:
http://answers.yahoo.com/question/index?qid=20080416102006AA8sj0m[^]
 
Share this answer
 
Comments
dogancan batman 29-Oct-12 14:33pm    
After i have detected my cam's ip address , can i monitorize camera in my web browser with that ip?
dogancan batman 29-Oct-12 14:47pm    
I couldn't find ipcam's ip address, not mine.
vaishali thaker 30-Apr-13 3:03am    
hi... I saw ur question and all of the comments. Even i am struggeling with the same and cant find the solution. So, if u get to know, please please also post inform me...
The camera needs to be connected to a POE switch. You must have connected to a simple switch due to which it is not able to get power. Due to this it is not being discovered on the network
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900