Jens W. Schindel

Results 15 comments of Jens W. Schindel

Hey, I can verify that magnification with Riesz Pyramids does NOT work as expected due to a bug.

@usernamevalis Guessing you used Raspbian 10 (Buster) with OFX 0.11.0 in your first try...did you force OFX to **use EGL**? Thinking about updating my RPI 3B+ and OFX to make...

Using Buster on RPi3 with OFX 0.11.0. Tried in Fake KMS and Legacy. Tried with `USE_GLFW_WINDOW = 0`. Tried with `# USE_GLFW_WINDOW = 1`. `USE_PI_LEGACY = 0` is automatically selected...

@steeley Can you post the output with `ofSetLogLevel(OF_LOG_VERBOSE);` set?

@steeley The output of the shader example would be more interesting since it doesn't work ;) Please format the output as code as well

Sorry, to reproduce you need to explicitly configure with static triplet `cmake -B build -G Ninja -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=...\vcpkg\scripts\buildsystems\vcpkg.cmake`

Looks like `TVG_STATIC` wasn't set? If I put `#define TVG_STATIC 1` before the ThorVG include it compiles and links

Hey I don't have a PointGrey camera anymore so I can not test this. You should tick the PointGrey camera option in the popup and try device index anything between...

qt_add_ui doesn't import Widget targets but instructs Qt to compile the ui files into actual C++ objects (like the CameraConnectDialog.ui -> ui_CameraConnectDialog.h) why you can't find it. I changed it...

Please post your CMakePresets.json with your user defined variables