Satyajit Ghana

Results 35 issues of Satyajit Ghana

``` ❯ menu_powermenu /home/shadowleaf/.config/rofi/bin/usedcpu: 8: [[: not found /home/shadowleaf/.config/rofi/bin/usedcpu: 14: Syntax error: "(" unexpected /home/shadowleaf/.config/rofi/bin/usedram: 4: Bad substitution /home/shadowleaf/.config/rofi/bin/usedram: 17: [[: not found /home/shadowleaf/.config/rofi/bin/usedram: 19: [[: not found /home/shadowleaf/.config/rofi/bin/usedram: 23:...

Hi, I am trying to record audio in the browser ```JavaScript const { status, startRecording, stopRecording, mediaBlobUrl, } = useReactMediaRecorder({ video: false, audio: true, blobPropertyBag: { type: "audio/wav" } });...

The brightness control didn't work for me on Ubuntu 21.04 This didnt help either `sudo systemctl restart upower.service` This worked for me though ``` sudo sh -c "echo '3' >...

Hey Terry, Thanks for this awesome work ! One query, how do I run these examples headless ? without any display attached to the nano ?

Hey, do you guys have any pointers on how to integrate L515 with FAST_LIO I've seen https://github.com/hku-mars/FAST_LIO/blob/c8aea0dd95e4f78203b79329dd59ccdd687c1bd7/src/preprocess.cpp#L49-L66 And also seen the specific handers for each lidar, but i am not...

How do i use this example with aiortc: https://github.com/aiortc/aiortc ?

any plans to provide a `Dockerfile` for this project ? it's getting too difficult to setup the dependencies.

Default parameters cannot be initialized again using `this.param`, fixed that added animation dispose

If I try to use the `startImageStream` method, it fails with an exception ```dart await controller?.startImageStream((image) => print('GOT IMAGE')); ``` Here's the log ``` W/BpBinder(19576): Slow Binder: BpBinder transact took...

I want to stream the video to RTMP, and also get a image stream (frame-by-frame) into flutter so i can do some local processing. Is this possible ? I've seen...