For anyone else that wants to try hyperion.ng. It is pretty easy to compile. Just install dependencies with:
sudo apt-get update
sudo apt-get install git cmake build-essential qtbase5-dev libqt5serialport5-dev libusb-1.0-0-dev python3-dev libxrender-dev libavahi-core-dev libavahi-compat-libdnssd-dev
And then clone repo with:
git clone --recursive https://github.com/hyperion-project/hyperion.ng.git hyperion
And compile:
cd hyperion
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DPLATFORM=amlogic64 ..
make -j $(nproc)
Binaries will be in hyperion/build/bin.
@sam_nazarko I would appreciate if you could look into ge2d capture. You do not need actually hardware to test if you use a “file device” like this:
"device": {
"colorOrder": "rgb",
"output": "/dev/null",
"rate": 1e+06,
"rewriteTime": 5000,
"type": "file"
},