Beiträge von chewb48

    Hello, I was wondering if it is possible to grab frames on my x86 box if it is not running an X server? I want to use kodi-gbm (I read X11 is not a priority for the kodi developers in the future) and retroarch (without xinit) but none of the grabbers seem to work with them for now. Thanks!

    Thanks for clarifying Paulchen-Panther.


    The documentation was not clear to me (I am not a native speaker), and it really does not make sense to have profiles but with no way to switch between them, which is why I am confused. What is the purpose of the profile functionality if we can't switch between them?


    I will try to write the code myself but I am not C++ developer so it might take some time and will probably not be very good.

    Hello,


    I notice that we can add multiple calibration profiles, but it is not clear how to actually use them. If I have 2 profiles, how do I actually switch between them?


    I tried using the JSON api with the following but it doesn't seem to do anything:


    Code
    {
      "command":"adjustment",
      "adjustment":{
        "id":"id-of-the-profile"
      }
    }


    Is there a way to manually, or programmatically, change profiles?