AutoPlacement feature don’t work in OEM 2024 based products.
There are some missing dependencies in OemStamp.xml ([InstallDir]\Toolkit\OemStamp.xml)
<ModuleDependency ModKey="ACBLOCKPLACE_CRX">
<DepModKey ModKey="OPENCV_CORE_DLL" /> -> Missing
<DepModKey ModKey="OPENCV_IMGCODECS_DLL" /> -> Missing
<DepModKey ModKey="OPENCV_IMPPROC_DLL" /> -> Missing
<DepModKey ModKey="ACBLOCKPLACERES_DLL" />
</ModuleDependency>
If you have found this problem simply copy the following files to the root folder of your OEM product:
- opencv_core453.dll
- opencv_imgcodecs453.dll
- opencv_imgproc453.dll