View Single Post
  #1   Spotlight this post!  
Unread 10-04-2012, 19:55
Team3881 Team3881 is offline
Registered User
FRC #3881
 
Join Date: Feb 2012
Location: Hawaii
Posts: 1
Team3881 is an unknown quantity at this point
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();
But eclipse just gives that error.

I am sure I'm missing something simple, and/or something huge. Help would be appreciated.
Reply With Quote