Hi JerryChang,
That is almost the same code that I had, However I replaced my code with the one you provided:
Argus::ICameraProperties *iCameraProperties =
Argus::interface_cast<Argus::ICameraProperties>(cameraDevices[cameraIndex]);
GST_ARGUS_PRINT("DEBUG: getMinAeRegionSize: %dx%d\n", iCameraProperties->getMinAeRegionSize().width(), iCameraProperties->getMinAeRegionSize().height());
I am seeing the same errors;
gstnvarguscamerasrc.cpp: In function ‘bool ArgusCamera::execute(int32_t, int32_t, const Argus::Size2D<unsigned int>&, int32_t, GstNvArgusCameraSrc*)’:
gstnvarguscamerasrc.cpp:636:76: error: ‘class Argus::ICameraProperties’ has no member named ‘getMinAeRegionSize’; did you mean ‘getMaxAeRegions’?
GST_ARGUS_PRINT("DEBUG: getMinAeRegionSize: %dx%d\n", iCameraProperties->getMinAeRegionSize().width(), iCameraProperties->getMinAeRegionSize().height());
^
gstnvarguscamerasrc.cpp:209:51: note: in definition of macro ‘GST_ARGUS_PRINT’
#define GST_ARGUS_PRINT(...) printf("GST_ARGUS: " __VA_ARGS__)
^~~~~~~~~~~
gstnvarguscamerasrc.cpp:636:125: error: ‘class Argus::ICameraProperties’ has no member named ‘getMinAeRegionSize’; did you mean ‘getMaxAeRegions’?
GST_ARGUS_PRINT("DEBUG: getMinAeRegionSize: %dx%d\n", iCameraProperties->getMinAeRegionSize().width(), iCameraProperties->getMinAeRegionSize().height());
Is that supported in JP 4.4 L4T 32.4.3? Should I test using JP 4.4.1? does JP 4.4.1 the version used in your tests?
Thanks,
-Adrian