|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Camera software Update 2/3/10 C/C++
I'm supposing that there's a corresponding Java update? I'm looking at the list of updates in the updates.xml file and don't see anything...
|
|
#2
|
|||
|
|||
|
Re: Camera software Update 2/3/10 C/C++
Clean and Build did not fix the problem.
Commenting out the DriverStationLCD code did not fix the issue. |
|
#3
|
||||
|
||||
|
Re: Camera software Update 2/3/10 C/C++
I had an update available for the FRCSquawkSDK plugin, but after installing it I did not see any of the API changes that were present in the C++ version of the library. Am I missing something, or is a Java update to match the C++ version still pending?
|
|
#4
|
||||
|
||||
|
Re: Camera software Update 2/3/10 C/C++
I'm also looking forward to said update for Java.
|
|
#5
|
|||
|
|||
|
Re: Camera software Update 2/3/10 C/C++
Hey guys!
I installed the update a couple of days ago and it seems to have created a problem that I'm wondering if anyone on here has been able to figure out. When I declare the Axis camera instance, I tried setting the resolution of the image, but when I do that it says that my resolution (kResolution_640x480) is undeclared. I am including the updated AxisCamera.h and AxisCameraParams.h header files. Do any of you have any ideas on what I'm doing wrong? Here is what my source code looks like: AxisCamera &camera = AxisCamera::GetInstance(); camera.WriteResolution(kResolution_640x480); |
|
#6
|
||||
|
||||
|
Re: Camera software Update 2/3/10 C/C++
Quote:
|
|
#7
|
|||
|
|||
|
Re: Camera software Update 2/3/10 C/C++
Hmm...I'm actually not using the DriverStationLCD class. I've been using the DashboardDataSender class. Is that another problem? So if I'm not using the DriverStationLCD class is there something else that could be causing the problem?
-Kevin |
|
#8
|
||||
|
||||
|
Re: Camera software Update 2/3/10 C/C++
Quote:
![]() |
|
#9
|
||||
|
||||
|
Re: Camera software Update 2/3/10 C/C++
Quote:
Try this: Code:
AxisCamera &camera = AxisCamera::GetInstance(); camera.WriteResolution(AxisCameraParams::kResolution_640x480); |
|
#10
|
|||
|
|||
|
Re: Camera software Update 2/3/10 C/C++
Ah thank you very much!! I tried it and it worked wonderfully.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| software update problem | qpang | General Forum | 1 | 22-01-2010 19:08 |
| password for software update? | qpang | General Forum | 1 | 21-01-2010 16:10 |
| camera software compatibilitiy | Wendy Holladay | NI LabVIEW | 0 | 17-01-2010 08:57 |
| Problems with required software update | eugenebrooks | Programming | 0 | 14-02-2009 00:50 |
| **FIRST EMAIL**/Control System Software Update Reminder | Mark McLeod | FIRST E-Mail Blast Archive | 13 | 30-11-2008 21:05 |