![]() |
| | #1 |
| Registered User Join Date: Apr 2008
Posts: 58
| ip camera i bought ip camera and i'd like to develop application to manage this one. this application will offer some features like playing video, record. first i gonna do displaying video from ip camera. can u help me? best regards. urgent. thx |
| sgh is offline | |
| | #2 |
| Confused Join Date: Sep 2001 Location: Sweden
Posts: 3,125
| Use C# to write the program.
__________________ MagosX.com Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. |
| Magos is offline | |
| | #3 |
| Registered User Join Date: Mar 2009 Location: england
Posts: 95
| Sorry for sounding ignorant, but what is an IP Camera? You've left us with very little information. |
| theoobe is offline | |
| | #4 |
| Malum in se Join Date: Apr 2007
Posts: 3,188
| An IP camera is a ceamera that sends its video feed or an IP network. Its abit of a misnomer, since they are usually TCP/IP, not pure IP cameras. Generally they willhave an API interface fro HTML that will let you access the video feed, but every camera is different. Some only allow proprietary plugins to access the video, which makes then more or less worthless for application development or engineering purposes. You would be far better off using C/C++ to write the application though, since there is a lot mroe existing code for doing this, where with C# you will end up writing everythign from scratch, and get crap performance to boot.
__________________ Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off. |
| abachler is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting 32 bit binary IP to decimal IP (vice-versa) | Mankthetank19 | C Programming | 15 | 12-28-2009 07:17 PM |
| camera rotation matrix | Vick jr | Game Programming | 5 | 05-26-2009 08:16 AM |
| LNK2001 ERROR!!! need help | lifeafterdeath | C++ Programming | 7 | 05-27-2008 05:05 PM |
| Camera rotation/movement in 3D world | tegwin | Game Programming | 11 | 01-24-2003 01:43 PM |