Florian Märkl
Florian Märkl
What OS do you use? Do you mean input boxes appearing on the PS4 or on your OS GUI?
Good idea.
To keep this issue focused: it is only about Android controller mapping. For the Desktop version, check out something like https://github.com/gabomdq/SDL_GameControllerDB. There are more than enough tools to map controllers...
The PIN is not the one you use to login to the PS4. On the PS4, go into Settings -> Remote Play Connection Settings -> Add Device and enter that...
Do you have any special settings regarding your Login PIN/Face Recognition/... on the PS4?
Make sure you have pkg-config installed. This can be done from homebrew.
zmq isn't needed if you only want to access the API from other languages such as Python. What you want is regular Python bindings, which can be generated by numerous...
Yes, bindings could give you access to the full C API of Chiaki which includes all of these things. But unless you have specific reasons why you would want to...
You can't simply call functions inside a running executable, you would have to use it as a library instead.
It would be quite slow indeed and the ps4 always rejects new connections about 10 seconds after a previous one has been closed. But I think this could be combined...