Results 23 comments of Koen Kooi

It probably only makes sense to support fat16 on 328 and above

The first gen cameras don't have a real menu, is there another way to generate calibration data, like taking pictures of a known object?

The h264 support is for encoding timelapes only, for cameras it takes whatever mjpeg-streamer puts out, octoprint itself doesn't do anything to that stream.

I was about to open a new issue for the output issue when I stumbled onto this one. A --output xorg-file would be really helpfull!

If I ping the IP from my workstation I get 'no route to host' until I start pinging the workstation from the dragonboard. I've seen similar issues with android derived...

I'm not expecting kodi to work with the current lima stack, I use it as a test.

I've built and installed lima-18.1-tiled-textures on an amlogic s905x board, what should I use to test it?

both 'kmscube-anarsoul' and 'kmscube-anarsoul -M rgba' show a spinning cube on the screen. Picture of the rgba one attached. ``` root@libretech-cc:~# kmscube-anarsoul -M rgba libEGL debug: found extension `DRI_TexBuffer' libEGL...

Is weston supposed to output something with the current state of mesa-lima or with using your texture branch? In both cases I just get a black screen on s905x/mali450. A...

This worked for me: ``` koen@gitlab:~/projects/wcp$ git diff CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 05e5aaf..2dcc826 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,9 @@ target_compile_options(wcp_lib PRIVATE ${WCP_COMPILER_FLAGS}) add_executable(wcp src/main.cpp) target_link_libraries(wcp...