IP Camera
Home IP Cameras Reviews Forums IP Camera Software IP Camera Comparison Tools and Support Contact Us

Site Search

Your IP Network Camera and Video Server Source


- IP Camera and Video Server Reviews
- Discussion Forums
- Tools and Support
- Industry News and Articles
- Complete Product and Software Listings
Where to Buy

Latest IP Camera Reviews

Gadspot NC1600 IP Camera
DigitalMicron IP500
Axis Q1910-E Network Camera
AXIS 240Q Video Server
AXIS 240Q Video Server

Newsletter Sign Up

IP Camera Help Center

Information:
IP Camera Forum
Manufacturers
IP Camera Software
Integrators & Solution Providers
Glossary of Terms
Camera Comparison
Camera Demos
View Articles
Press Releases
Tools and Support
Where to Buy

Other Resources:

Website Help

About Us
Media Kit
Contact Us
RSS Feed
Site Map
Industry Links
Link Directory





 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

May i know how to solve the programming part of the CAMERA


 
Post new topic   Reply to topic    IP Camera Forum Forum Index -> IP Video Surveillance Software
Author Message
hongsheng
New Member


Joined: 18 Jul 2010
Posts: 1
Location: nanyang polytechnic

PostPosted: Sun Jul 18, 2010 10:23 pm    Post subject: May i know how to solve the programming part of the CAMERA Reply with quote

Hello !!
Currently i'm doing final year project regarding the camera DCS-6620G but i encounter problem:
Before i using Camera AXIS 207 and my GUI produce the video image but now my project task need to change another Camera Dlink DCS-6620G

I using C# programming and i research that in order to produce video image using D-Link DCS-6620G i need to have download DLL command in order to configure the C# programming .



Below is the code that i found on the the previous Camera AXIS 207, the bold and underline code ,i think is the main source of the code



Code:

//Stops possible streams
                AMC1.Stop();
                AMC1.AutoStart = true;
                // Set the PTZ properties
                AMC1.PTZControlURL = "http://" + IP_text +[b] [u]"/axis-cgi/com/ptz.cgi";[/[/u]b]
                AMC1.UIMode = "ptz-absolute";

                // Show the status bar and the tool bar in the AXIS Media Control
                AMC1.ShowStatusBar = true;
                AMC1.ShowToolbar = true;
                AMC1.StretchToFit = true;
                AMC1.EnableContextMenu = true;
                AMC1.ToolbarConfiguration = "default,+ptz";


                //ipText.Text = IP_text;
                //IP_text = "172.16.156.119";
                IP_text = "192.168.1.26";
                // Set the media URL and the media type
                AMC1.MediaURL = "http://" + IP_text + [i][u][b]"/axis-cgi/mjpg/video.cgi";[/b][/u][/i]                AMC1.MediaType = "mjpeg";

                // Start the download of the mjpeg stream from the Axis camera/video server
                AMC1.Play();



I had try doing but unsuccessful so please help ME !!

Thank ,,
HONG SHENG

Thank a million ,
[/list][/list]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IP Camera Forum Forum Index -> IP Video Surveillance Software All times are GMT - 4 Hours
Page 1 of 1

 


Highest Rated

Most Viewed