|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: Team 39: Target AND Field Oriented Drive (Target tracking)
It's drive systems coupled with incredible programming like this that make me want to discard my dislike of holonomic drive systems... In fact, I think it's time to prototype one.
|
|
#2
|
|||
|
|||
|
Re: Team 39: Target AND Field Oriented Drive (Target tracking)
I haven't done much experimenting with the AxisCamera class, but I found something that might be useful:
Code:
/**
327 * @param Valid values are 0, 50, 100.
328 * 0 = Prioritize image quality
329 * 50 = None
330 * 100 = Prioritize frame rate
331 */
332 void AxisCamera::writeExposurePriority(int exposurePriority) {
333 char param[50];
334 char* baseString = "Source.I0.Sensor.exposurePriority=%i";
335 sprintf(param, baseString, exposurePriority);
336 updateCamParam(param);
337 }
I'm not really sure the frame rate needs to be much higher, though. Our robot turns very quickly (probably can rotate more than 360 degrees/s). Even while turning at full speed, our camera was good enough to track the target using a hacked up version of the vision sample code. For us, a full rotation a second is not reasonable. If our team were to improve our vision/tracking code, we would not look to improve frame rate, but the quality of our image. Last edited by AmoryG : 02-03-2010 at 08:47. |
|
#3
|
||||
|
||||
|
Re: Team 39: Target AND Field Oriented Drive (Target tracking)
Quote:
The actuall middle wheels are in the crate at the moment, too heavy to hold back. They will be 8" x 1.75" roughtop wheels. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Target Tracking | Igor1201 | NI LabVIEW | 5 | 26-01-2010 22:14 |
| 2009 Target Tracking | Uberbots | NI LabVIEW | 0 | 16-01-2009 02:18 |
| Field-Oriented Mecanum Drive | ZZII 527 | Programming | 6 | 15-01-2008 16:56 |
| Autonomous Target Tracking at Regionals | PhilBot | Control System | 49 | 23-03-2007 13:38 |
| Camera Tracking Target | Jade | Programming | 3 | 20-01-2007 01:41 |