Working on a motion detector js library built with WebRTC + canvas. When I run the app I immediately get very high cpu usage. I optimized the loops etc, but the basic problem seems to be accessing the camera eg WebRTC.
Is there a way to make WebRTC behave better? Perhaps another configuration? Or is there something I'm missing? Could this be some js memory leak I'm handling wrong? What am I doing wrong?
You can check another demo here with the same lib
and a different one using WebRTC and with same problem here
