I’m trying to use python to control my ps5. I’m not experienced enough to implement pyremoteplay, but I have confirmed that vgamepad is working via hardwaretester.com and some games through steam. But for the sake of simplicity, let’s ignore that for now. I can’t get any python commands to register with remote play.
I use the playstation remote play app to make the connection which works fine. From the PS home screen, I can arrow left or right and the PS responds accordingly. When I do pyautogui and send left or right arrow, nothing happens. When I do the same code with a text editor in focus, it successfully moves the cursor left and right.
To me, that validated that I’m sending a keyboard input and my computer is seeing that. What I don’t understand is why it isn’t recognized by the remote play. The only thing I can think of is pyautogui is wrapping the keystroke commands in a way that is slightly different than genuine keyboard input. Maybe it’s possible that remote play doesn’t have the proper focus?
I’ve been on this for a few days now and I’m running out of ideas. Any suggestions are welcomed.
submitted by /u/ApoptosisX
[link] [comments]
r/learnpython I’m trying to use python to control my ps5. I’m not experienced enough to implement pyremoteplay, but I have confirmed that vgamepad is working via hardwaretester.com and some games through steam. But for the sake of simplicity, let’s ignore that for now. I can’t get any python commands to register with remote play. I use the playstation remote play app to make the connection which works fine. From the PS home screen, I can arrow left or right and the PS responds accordingly. When I do pyautogui and send left or right arrow, nothing happens. When I do the same code with a text editor in focus, it successfully moves the cursor left and right. To me, that validated that I’m sending a keyboard input and my computer is seeing that. What I don’t understand is why it isn’t recognized by the remote play. The only thing I can think of is pyautogui is wrapping the keystroke commands in a way that is slightly different than genuine keyboard input. Maybe it’s possible that remote play doesn’t have the proper focus? I’ve been on this for a few days now and I’m running out of ideas. Any suggestions are welcomed. submitted by /u/ApoptosisX [link] [comments]
I’m trying to use python to control my ps5. I’m not experienced enough to implement pyremoteplay, but I have confirmed that vgamepad is working via hardwaretester.com and some games through steam. But for the sake of simplicity, let’s ignore that for now. I can’t get any python commands to register with remote play.
I use the playstation remote play app to make the connection which works fine. From the PS home screen, I can arrow left or right and the PS responds accordingly. When I do pyautogui and send left or right arrow, nothing happens. When I do the same code with a text editor in focus, it successfully moves the cursor left and right.
To me, that validated that I’m sending a keyboard input and my computer is seeing that. What I don’t understand is why it isn’t recognized by the remote play. The only thing I can think of is pyautogui is wrapping the keystroke commands in a way that is slightly different than genuine keyboard input. Maybe it’s possible that remote play doesn’t have the proper focus?
I’ve been on this for a few days now and I’m running out of ideas. Any suggestions are welcomed.
submitted by /u/ApoptosisX
[link] [comments]