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
While the pose-detection-webcam works fine and i am able to get the data using the websocket, the hand-detection-webcam gives an error.
It opens the webcam on the browser, but there is nothing on detection window. Using the chrome inspection on this webpage, i can see that there is a lot of errors on the console.
hands_solution_simd_wasm_bin.js:9 Uncaught (in promise) RuntimeError: Aborted(native code called abort()) at abort (hands_solution_simd_wasm_bin.js:9:25546) at _abort (hands_solution_simd_wasm_bin.js:9:163781) at hands_solution_simd_wasm_bin.wasm:0x51ad24 at hands_solution_simd_wasm_bin.wasm:0x51abc9 at hands_solution_simd_wasm_bin.wasm:0x51ad99 at hands_solution_simd_wasm_bin.wasm:0x1f191 at hands_solution_simd_wasm_bin.wasm:0x198f7 at SolutionWasm.SolutionWasm$send [as send] (eval at new_ (hands_solution_simd_wasm_bin.js:9:140730), <anonymous>:9:1) at pa.h (hands.js:73:19) at G (hands.js:14:296) abort @ hands_solution_simd_wasm_bin.js:9 _abort @ hands_solution_simd_wasm_bin.js:9 $func7109 @ hands_solution_simd_wasm_bin.wasm:0x51ad24 $func7107 @ hands_solution_simd_wasm_bin.wasm:0x51abc9 $func7112 @ hands_solution_simd_wasm_bin.wasm:0x51ad99 $func221 @ hands_solution_simd_wasm_bin.wasm:0x1f191 $func191 @ hands_solution_simd_wasm_bin.wasm:0x198f7 SolutionWasm$send @ VM61:9 (anonymous) @ hands.js:73 G @ hands.js:14 next @ hands.js:15 b @ hands.js:15 await in b (async) audioTimerLoop @ hand:172 startDetect @ hand:162 (anonymous) @ hand:342 Promise.then (async) inputElement.oncanplay @ hand:341 polling-xhr.js:202 GET http://localhost:1883/socket.io/?EIO=4&transport=polling&t=O99UkXI net::ERR_CONNECTION_RESET
The text was updated successfully, but these errors were encountered:
While the pose-detection-webcam works fine and i am able to get the data using the websocket, the hand-detection-webcam gives an error.
It opens the webcam on the browser, but there is nothing on detection window. Using the chrome inspection on this webpage, i can see that there is a lot of errors on the console.
hands_solution_simd_wasm_bin.js:9 Uncaught (in promise) RuntimeError: Aborted(native code called abort()) at abort (hands_solution_simd_wasm_bin.js:9:25546) at _abort (hands_solution_simd_wasm_bin.js:9:163781) at hands_solution_simd_wasm_bin.wasm:0x51ad24 at hands_solution_simd_wasm_bin.wasm:0x51abc9 at hands_solution_simd_wasm_bin.wasm:0x51ad99 at hands_solution_simd_wasm_bin.wasm:0x1f191 at hands_solution_simd_wasm_bin.wasm:0x198f7 at SolutionWasm.SolutionWasm$send [as send] (eval at new_ (hands_solution_simd_wasm_bin.js:9:140730), <anonymous>:9:1) at pa.h (hands.js:73:19) at G (hands.js:14:296) abort @ hands_solution_simd_wasm_bin.js:9 _abort @ hands_solution_simd_wasm_bin.js:9 $func7109 @ hands_solution_simd_wasm_bin.wasm:0x51ad24 $func7107 @ hands_solution_simd_wasm_bin.wasm:0x51abc9 $func7112 @ hands_solution_simd_wasm_bin.wasm:0x51ad99 $func221 @ hands_solution_simd_wasm_bin.wasm:0x1f191 $func191 @ hands_solution_simd_wasm_bin.wasm:0x198f7 SolutionWasm$send @ VM61:9 (anonymous) @ hands.js:73 G @ hands.js:14 next @ hands.js:15 b @ hands.js:15 await in b (async) audioTimerLoop @ hand:172 startDetect @ hand:162 (anonymous) @ hand:342 Promise.then (async) inputElement.oncanplay @ hand:341 polling-xhr.js:202 GET http://localhost:1883/socket.io/?EIO=4&transport=polling&t=O99UkXI net::ERR_CONNECTION_RESET
The text was updated successfully, but these errors were encountered: