Open evaristoc opened 3 years ago
I got a better debugging and found that:
select
: grabFrame() error: DOMException: The associated Track is in an invalid state.
. This is probably affecting the image capture.A possible solution for the second issue might be found at: https://stackoverflow.com/questions/60693519/javascript-domexception-the-associated-track-is-in-an-invalid-state. Wondering if there is a conflict issue between mediadevices and xr APIs? Probably solved with more than 1 camera?
Hi! Thanks for the comments! I'll update the code, Tensorflow new version changed the sources structure and I've to update camera handling, got a pixel phone to test that
Hi @nosy-b,
I was curious about your project but it was not working. I debugged a bit and found the following:
where
max
is property ofzoom
which doesn't shows in my device.Hopes this helps?
I haven't tried to make any correction yet so I don't know. I will post if find something. I will fork yours.