Hi,
In order to test the compatibility of Orin to run our sw, we are trying to run a 3D rendering web app (rendering a 3D lungs model) using three.js on jetson orin agx model p3730, ubuntu 22.04 and latest jetpack,
We encountered very low fps results, I’m guessing that it is related to the face webgl and webgpu are not enabled on chrome using this hardware,
Is it possible to enable that functionality using Orin?
Is there any work around I can do to run this kind of software ?
If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.
Hi,
Thank you so much for the quick reply,
Unfortunately I tried those suggestions but didn’t get the required results,
I’m using the ‘Jetson Power Gui’ to minutor the GPU usage during the loading phase of the page and I can see that no usage is recorded opposing the cpus that are working as hard as they get…
Is there a way to transfer the loading (rendering the model) to the GPU?