Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I want to write a program for an ip camera using c#, the camera Located in different location away from the PC, both the pc and the camera uses different Wi-Fi
Now I just need a good answer for those two questions
1-	Do I need to buy an ip static and without it I cannot get my program works(no other choice)
2-	Is it true that before several years one can write a program 
Which see the ip camera using the internet explorer in different location and different Wi-Fi but now it forbidden and without buying ip static he just need dynamic dns from a site like www.noip.com
Note 
I have to write the code below just to fulfil the requirement for my question


What I have tried:

   //ignor this code 
public Form1()
        {
            InitializeComponent();
        }//Form1
Posted
Updated 29-Mar-19 1:19am
v3
Comments
[no name] 29-Mar-19 7:17am    
You can buy off the shelf what you describe. 4K wifi cameras streaming to your linux server vdr, to you router, and into your pc.

1 solution

If the camera is remote from the PC and on different WiFi then they need an internet connection. In such a case you need a fixed IP address to connect to the camera. As to your second question much depends on the features of the camera and how it can be accessed. You may get a better answer from the camera manufacturer.
 
Share this answer
 
Comments
Engineer khalid 29-Mar-19 7:51am    
u wrote i need a fixed IP address ,ok i think there are 2 choices .
An IP static
or
a free dynamic dns. is there is a camera that can works using the free dynamic dns ?
if yes i can avoid buying a static ip (i will choice any camera that will works on a free dynamic dns)
Richard MacCutchan 29-Mar-19 8:16am    
It depends on the camera. They all have their own software and libraries, so the only way to find out is to chooses a camera and talk to the manufacturer.
Engineer khalid 29-Mar-19 8:23am    
To Richard MacCutchan . i wish if you mail me the camera brand name which can operate using free dynamic dns . nither the manufacture of the camera that i have bought nor their dealer did not reply to my question( iamegrk@gmail.com)
Richard MacCutchan 29-Mar-19 8:47am    
How can I know the answer? There are hundreds of cameras on sale these days.
Engineer khalid 29-Mar-19 8:31am    
sorry the above comment is for any one

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