Go to Post So you wanna be a playa But your gear boxes aint fly? You gotta shift us up To get that high speed drive.... - Michelle Celio [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 18-02-2010, 16:59
TPNigl TPNigl is offline
Registered User
FRC #0069 (Team HYPER)
Team Role: Programmer
 
Join Date: Jan 2009
Rookie Year: 2007
Location: Quincy, MA
Posts: 94
TPNigl is an unknown quantity at this point
Camera particleToImagePercent not working

So what we are trying to do currently is get a feed from the camera stating the percentage of the area of the soccer ball is compared to the whole camera image. I am getting odd numbers though. They have ranged from .0075 to 11.86. I have no clue how to read these and I haven't been able to find it. Also, we keep getting a watchdog error with the following code in teleopContinuous. Any ideas? Thanks everybody!

Code:
Watchdog.getInstance().feed();
         Timer.delay(10.0);
         int numParticle = 0;
         
         m_autoPeriodicLoops++;
         numParticle = 0;

         try
         {
            if (cam.freshImage())
            {
                colorImage = cam.getImage();
                binaryImage = colorImage.thresholdRGB(80, 110, 150, 180, 80, 110);
                ParticleAnalysisReport[] par = binaryImage.getOrderedParticleAnalysisReports();
                ParticleAnalysisReport par2 = par[0];

                double percentageSum, soccerBallPercentage;

                m_DriverStationLCD.println(DriverStationLCD.Line.kUser3,1,"" + par[numParticle].particleToImagePercent);
                numParticle++;

                /*for (int i=0; i<par.length-1; i++)
                 {

                    percentageSum = par2.particleToImagePercent;
                    soccerBallPercentage = percentageSum/par.length;
                 }*/
            }
         }

         catch (AxisCameraException ex)
         {
            ex.printStackTrace();
         }

         catch (NIVisionException ex)
         {
            ex.printStackTrace();
         }
__________________


2011 Pit Crew:
2011 CT Xerox Creativity Award

HYPER Alumni
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Camera not working... AG-chadd Programming 4 04-02-2009 22:10
Camera Tracking not working? NinJA999 C/C++ 0 25-01-2009 15:28
Camera not working LinuxMercedes Programming 10 13-01-2009 10:18
Camera not working st1nkm4n Programming 7 02-02-2006 08:22
Camera not working st1nkm4n Programming 0 31-01-2006 19:23


All times are GMT -5. The time now is 03:28.

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