Hi Teacher Nik,
Recently, An issue came out of my mind, which is make object in WebXR change different behaviours according to my finger pose.
But
From immersive github, folks told us that “WebXR Device API does not provide a way to grant raw camera access to the sites.”.
I am not sure if feeding video into model.estimateHands is the only way to detect finger pose,
const predictions = await model.estimateHands(video);
just wondering if there is any other way to detect fingerpose in WebXR to you?
MANY THANKS FOR YOUR ASSISTANCE!
Hi Teacher Nik,
Recently, An issue came out of my mind, which is make object in WebXR change different behaviours according to my finger pose.
But
From immersive github, folks told us that “WebXR Device API does not provide a way to grant raw camera access to the sites.”.
I am not sure if feeding video into model.estimateHands is the only way to detect finger pose,
const predictions = await model.estimateHands(video);just wondering if there is any other way to detect fingerpose in WebXR to you?
MANY THANKS FOR YOUR ASSISTANCE!