![]() |
Axis Camera help!
When declaring the axis camera in our program, what do we put in the paranthesis?
Code:
class RobotDemo : public SimpleRobot |
Re: Axis Camera help!
You cannot do it that way. When you need to access the camera you have something like this:
Code:
AxisCamera &camera = AxisCamera::GetInstance(); |
Re: Axis Camera help!
Then how would I do functions with the camera? For instancec if I want to do WriteResolution(640,480) or GetImage()?
|
Re: Axis Camera help!
Also, which header files do we use?
|
Re: Axis Camera help!
Code:
camera.WriteResolution(blah); |
Re: Axis Camera help!
So far, I haven't noticed anything we need that isn't included in WPILib.h
|
| All times are GMT -5. The time now is 13:00. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi