Go to Post woo hoo! I rigged up brief Internet access using an old wornout robot battery. - Mark McLeod [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 03-02-2013, 13:51
gitlitz gitlitz is offline
Registered User
FRC #4590
 
Join Date: Jan 2013
Location: israel
Posts: 11
gitlitz is an unknown quantity at this point
vision processing on laptop

hi all,
we are trying to run the vision process on our laptop on a laptop and send the results to the crio.
We found a vision lib at
Code:
C:\Program Files\SmartDashboard\extensions\lib
but we get an error while trying to execute our code.
Our error appears at the first line:
Code:
AxisCamera camera=AxisCamera.getInstance("10.45.90.11");
Our source code is:
Code:
import edu.wpi.first.wpilibj.camera.AxisCamera;
public class Main {

	public static void main(String[] args){
		AxisCamera camera=AxisCamera.getInstance("10.45.90.11");
	}
}
When executing the code we get the following error:
Code:
Exception in thread "main" java.lang.Error: Unresolved compilation problem: 

	at edu.wpi.first.wpilibj.camera.AxisCamera.getInstance(AxisCamera.java:241)
	at Main.main(Main.java:13)
If you have a better idea on how to do the vision processing on the laptop you are more than welcome to post it here
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 10:11.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


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