wondras

Results 2 comments of wondras

I am able to compile and run the latest version (v6.12.2-mo2) on a Raspberry Pi 3B running Raspbian 10 Buster 32-bit, but only if I do it from within a...

Here is a quick Python script you can use to see if simple decimation is viable: ```python #!/usr/bin/env python3 import sys import numpy as np BUF_SIZE = 1024*1024*10 while True:...