Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Cannot Display Images on Dashboard (http://www.chiefdelphi.com/forums/showthread.php?t=101967)

Tanaythan 04-02-2012 16:47

Cannot Display Images on Dashboard
 
Hi all,

We are using an Axis Camera 206 connected to port 2 on our cRIO. However, we have a persistent error of not being able to display images from the camera on the dashboard. We have code that says:

Code:

AxisCamera &camera = AxisCamera::GetInstance("192.168.0.90");
However, we are able to get data from the camera (i.e. particle analysis reports), but we are unable to get the images from it to display on the Dashboard or SmartDashboard. We also chose the correct options in the Axis Camera Setup. The user was stated to be "FRC," and the password was also "FRC." Is there a reason for the user and password? Any ideas for how to get the images on the smart dashboard/ dashboard?

Alan Anderson 04-02-2012 19:58

Re: Cannot Display Images on Dashboard
 
The Dashboard program is written to expect the camera to be connected to the DAP-1522 router, and to be configured at the 10.te.am.11 IP address. If you have it connected instead to the second Ethernet port on the cRIO and at the default 192.168.0.90 address, the Dashboard will not be able to view its output. You can either move and reconfigure the camera (and change the address in your robot code to match), or you can change a well-labeled boolean constant in the Dashboard program to get the camera image through the cRIO and build a new Dashboard .exe file.


All times are GMT -5. The time now is 13:01.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi