![]() |
Basic Camera Program?
Does anyone have a basic camera script example for the camera. I am pulling my hair out trying to find one. If anyone can help that would be great.
|
Re: Basic Camera Program?
Below is my attempt to port the simple C++ example in the WPILib guide. The arguments to EllipseDescriptor need to be changes and I didn't include any of the exception handling code. This code may not work at all because I haven't tested it with a robot but the ellipse matches have an X/Y position to the ellipses it detects.
Code:
MonoImage image = AxisCamera.getInstance().getImage().getLuminancePlane(); |
Re: Basic Camera Program?
If you are using NetBeans as an IDE, source code is provided. Start a new project, click samples, click Java FRC, and then click on the camer example. If those instructions are slightly out of order I apologize, I do not have the FRC libraries on this computer. Hope this helps
- James D |
Re: Basic Camera Program?
After reading James suggestion the sample they include looks like a great starting point. I hadn't received any updates to the NetBeans plugins until today this this sample is a useful new addition.
|
Re: Basic Camera Program?
Quote:
- James D |
Re: Basic Camera Program?
Quote:
|
| All times are GMT -5. The time now is 09:40. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi