Tsan-Kuang Lee

Results 22 comments of Tsan-Kuang Lee

Or is there a way to do it in `bash` (some command line tool)? Having an API-like service can open up possibilities such as user-defined scripts (therefore a lot of...

@CatxFish Is it possible to make use of https://github.com/webcamoid/akvcam , which is used as webcamoid's virtual webcam?

Reporting back about akvcam I mentioned above: - The UDP method by @paulerickson works. I didn't bother with FIFO. - The [obs-v4l2sink](https://github.com/CatxFish/obs-v4l2sink) by @CatxFish also works. However, I can't get...

OK, I made some progress and got the latency down to less than 0.5 sec. Quite practical for real-time streaming. Steps: 1. Create a V4L2 virtual cam with [akvcam](https://github.com/webcamoid/akvcam/wiki/Configure-the-cameras). Let's...

@JosephSamela Good job! I pursued the akvcam route because that gave me a

Thanks again for responding, @tchar Your priority makes perfect sense. Yes, turning the Currency part off will be enough for me for now. If nobody else finds this option crucial,...

@tchar Thanks for the response. The lowest interval provided from the UI is None, and then one day. I changed the code to add 10 seconds as an option and...

Good call, @tchar! Here you go. I waited for two more minutes so that thread keeps writing log two more times. ``` 2022-04-02:23:24:58.963 | INFO | [calculate_anything.utils.misc.safe_operation:186]: Set language 2022-04-02:23:24:58.963...

I'm pasting two logs. This is the log from ulauncher's console (`ctrl-c` at : `2022-04-03 00:43:10`). Notice that at the end the other extensions exit. (I did remove other extensions'...

Thank you. These workarounds, including your version and mine, are doable. I chose mine because I have my downstream application that needs to distinguish LEFT-CTRL and RIGHT-CTRL. Either way, I'm...