Pascal
Pascal
Can you try an empty "if (ev.altKey && ev.ctrlKey) {" ? All work for me (french) with this patch : I added "if (ev.altKey && ev.ctrlKey) {" before "if (ev.ctrlKey)...
Hello, on Firefox, all French AltGr + "234567890)=" combinations work with this "EMPTY" patch. But there is no effect on Internet Explorer (I check on recent versions of any browser...
Hello, can you test the firefox patch https://github.com/chjj/term.js/issues/51 ? it fix also for Chrome. But CTRL+C don't work also in firefox (it deselect the text) but menubar copy work.
It's not similar issue. Mine only appear after many hours of usage of V4L2 H.264 and a lot of v4l2-ctl binary call. raspistill freeze also. After a random time from...
Intermittently streaming : automatic stream sleep after few minute of inactivity on the robot); But with dynamic control changes when stream is enabled : automatic low bitrate on network latency,...
The only way is the long way:( I can't reproduce, it's every few day I get a random robot in this strange state. I can try to make a stress...
I don't think it's the bitrate (?) because : When the problem appear v4l2-ctl is freeze and a callback in never called. Because problem never happen here (contast/brigh adjustement): ```...
Bitrate adjustment are very very frequent and never "crash the kernel". Light adjustment is a visitor button and can be stressed, never crash the kernel The complete configuration v4l2-ctl cmdline...
The TCP recovery H.264 BITRATE we use is (50kbps) 50000 User can configure between ``` "BITRATE": { "type": "integer", "minimum": 150000, "maximum": 3000000 }, ``` You message arrived when I...
> If you're setting the width and height then that must be being executed with streaming stopped. I suspect the previous stop_streaming call has failed and wedged the GPU. It...