Martijn Mellema

Results 12 comments of Martijn Mellema

No using cloud services for XR https://www.nvidia.com/en-us/design-visualization/solutions/cloud-xr/

Hi, i'm using shared memory gst functionality and I get a panic when using this combined with ndisink producer ``` gst-launch-1.0 -v videotestsrc ! "video/x-raw, format=BGRx, width=(int)1920, height=(int)1080, framerate=(fraction)60/1" \...

Never mind. Found that feature `"reference-timestamps"` is required to run on v14.

hi, I just changed to ubuntu 20.04 and 11.2 to validate if the issue still exists installed with: ``` python -m pip install paddlepaddle-gpu==2.3.2.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html ``` tested: ``` >>>...

iwlist is not supported. https://www.npmjs.com/package/iwlist does

oh wait, just fixed it minutes ago: ``` apt-get install network-manager set managed=true in /etc/NetworkManager/NetworkManager.conf /etc/init.d/network-manager restart ``` to verify use: `nmcli dev` if wlan0 says something else than unmanaged,...

to block any `ctrl+c` action and opening the window,` -display none -serial mon:stdio` worked best for me

Figured out that the AXP192 has to be enabled. If not, gps won't be active. See this repo for more info: https://github.com/kizniche/ttgo-tbeam-ttn-tracker

Same here on my desktop. Is there a tutorial available for mountain lion or lion?