Libargus : setFrameDurationRange dos not work anymore?

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,

Did you get source for J4.6.2 to build it again?
Suppose shouldn’t have problem for it. Have verify the argus_camera sampe APP.

My bad, it was due to using 4.3 libargus within a 4.6.2 context.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.