You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Axis folks,
We now have access to an ARTPEC-9 camera. We were able to get the ARTPEC-8 version of one of our ACAPs to run on the new hardware by changing the name of the larod Device from "axis-a8-dlpu-tflite" to "a9-dlpu-tflite" when we call larodGetDevice. This seems to work ok but I have a couple of questions :
Are there any differences that we should be aware of between the ARTPEC-8 "axis-a8-dlpu-tflite" DLPU and the ARTPEC-9 "a9-dlpu-tflite" DLPU, or is changing the name of the requested device all we have to do?
Our ARTPEC-9 camera also reports a "a9-gpu-proc" device. What is this GPU, and what is it used for? Is this a resource that we can use in ACAP development, and if so, is there any documentation available about the device?
Thanks very much!
Cheers,
Wilf.
The text was updated successfully, but these errors were encountered:
Yes, that device is available for ACAPs to use. However, certain cameras (PTZ iirc) require exclusive access to the GPU for 3D-masking, on these cameras a9-gpu-proc will not be available for use or be listed. If you want your ACAP to work for all A9 cameras you will need to be able to fall back to a different preprocessing backend.
It works the same as our other preprocessing backends that use OpenCL. You can find the documentation about the backend in the larod api documentation about preprocessing under the OpenCL header.
Hi Axis folks,
We now have access to an ARTPEC-9 camera. We were able to get the ARTPEC-8 version of one of our ACAPs to run on the new hardware by changing the name of the larod Device from "axis-a8-dlpu-tflite" to "a9-dlpu-tflite" when we call larodGetDevice. This seems to work ok but I have a couple of questions :
Are there any differences that we should be aware of between the ARTPEC-8 "axis-a8-dlpu-tflite" DLPU and the ARTPEC-9 "a9-dlpu-tflite" DLPU, or is changing the name of the requested device all we have to do?
Our ARTPEC-9 camera also reports a "a9-gpu-proc" device. What is this GPU, and what is it used for? Is this a resource that we can use in ACAP development, and if so, is there any documentation available about the device?
Thanks very much!
Cheers,
Wilf.
The text was updated successfully, but these errors were encountered: