Hello,
I updated my system from JetPack 4.3 to JetPack 4.6.2…
I’m developing an application which uses the setFrameDurationRange from libargus, to modify the capture framerate of my sensors at runtime. It worked withing the 4.3, as it actually changed the framerate, but doesn’t work anymore on the 4.6.2 system.
Also, the device mode listing doesn’t return any mode anymore. I don’t know why.
ISensorMode *iSensorMode;
std::vector<Argus::SensorMode*> sensorModes;
iCameraProperties->getAllSensorModes(&sensorModes);
if (!sensorModes.size())
{
cerr << "Failed to get valid sensor mode list." << endl;
}
While this is a problem, I could actually go back to using 4.3. Unfortunately, it doesn’t appear anymore in the SDKManager GUI, so I can’t do that. Or can I ?
Thanks in advance for your help.
Regards,