![]() |
Cannot make a static reference to the non-static method
Or, more specifically, "Cannot make a static reference to the non-static method getImage() from the type AxisCamera."
The code is just Code:
ColorImage image = AxisCamera.getImage();I am sure I'm missing something simple, and/or something huge. Help would be appreciated. |
Re: Cannot make a static reference to the non-static method
You need to get an instance of an AxisCamera before you can call that method.
Example: Code:
// Typically you only want to do this ONCE; camera should be a class member |
| All times are GMT -5. The time now is 10:04. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi