Questions tagged [ps4]

The PlayStation 4 (PS4) is a home video game console developed by Sony Interactive Entertainment, formerly Sony Computer Entertainment. Announced as the successor to the PlayStation 3. The PlayStation 4 uses a processor developed by AMD in cooperation with Sony. The PlayStation 4's operating system is called "Orbis OS", based upon a customized FreeBSD 9.0.

The PlayStation 4 uses a processor developed by AMD in cooperation with Sony. It combines a central processing unit (CPU) and graphics processing unit (GPU), as well as other components such as a memory controller and video decoder. The CPU consists of two quad-core Jaguar modules totaling 8 x86-64 cores. The GPU consists of 18 compute units to produce a theoretical peak performance of 1.84 TFLOPS. The system's GDDR5 memory is capable of running at a maximum clock frequency of 2.75 GHz (5500 MT/s) and has a maximum memory bandwidth of 176 GB/s. The console contains 8 GB of GDDR5 memory. The PlayStation 4's operating system is called "Orbis OS", based upon a customized FreeBSD 9.0.

30 questions
5
votes
1 answer

Interface Playstation DualShock 4 (DS4) Controller on Linux using C++

I would like to get a PS4 controller to work on my PC and then relay the data to a microcontroller via UART. The problem is, that I have no experience in C++ programming for Linux. The uC part is more in my favor. Nevertheless, I would like to write…
B. Ueno
  • 159
  • 2
  • 13
1
vote
0 answers

Encoding video for PS4 Pro using ffmpeg

I'm trying to encode video to watch on my PS4 Pro (so want to be able to handle 4k as well as 1080p). At first I had success with the default ffmpeg .mp4 command just using this: ffmpeg -i .mkv .mp4 This was fine for the first batch of 1080p videos…
1
vote
0 answers

Wrong button outputs. Ps4 to Esp32

So, I am trying to build a quadruped robot with some servos and an Esp32 development board. All the hardware must be controlled with a PS4 contoller. But there is something wrong with Esp32 to Ps4 connection. For example When i press L2 button the…
Belengaz
  • 13
  • 3
1
vote
0 answers

DS4 controller driver en Windows Server 2019

I am currently trying to install DS4 driver on a Windows Server 2019, I have tried multiple things : Try using DS4Windows Try install Steam and configure the controller using Big Picture, but no controller was found, probably because it needs to be…
Chibraltar
  • 41
  • 3
1
vote
1 answer

Using Python I need a Concurrently While Loop with a PS4 Controller Event Loop

Using Python I want to run two loops concurrently. The first is a regular while loop. The second is a while loop based on file events from a Bluetooth connected PS4 controller. The two loops need to know what the other loops are up to. Here is the…
Adam
  • 125
  • 1
  • 12
1
vote
1 answer

PS4 Controller - Cursor not moving when value is 1

I was trying to make program to control my mouse with my PS4 controller, everything works fine, I get the data and I can move my mouse accordingly. However when I hold my joystick to any axis, the mouse doesn't move, it not only happens when I hold…
Haslol
  • 13
  • 2
1
vote
1 answer

How to control multiple servos with a PS4 Controller using Processing Game Control Plus

I passed the last 3 days trying to figure this out with my basic programming knowledge and this is what I achieved: Collect data from PS4 controller with a Processing program and send it to Arduino through Serial port being able to control one servo…
1
vote
0 answers

How can I make region checks for Playstation platform in Unity?

I'm working on implementing GDPR (General Data Protection Regulation) checks for my PC and PSVR. For PC i'm doing a region and language check from Windows registry. I can't find any information of doing this for PlayStation. How can I get the…
svt_pil
  • 76
  • 6
1
vote
1 answer

Problems working with several gamepads simultaneously in Unity3d

I have two gamepads connected: one compatible with PC connected via cable one compatible with PS4 connected wireless. I configured the Input in a way that each button has a different input according to the joystick to which it belongs to. The…
g5fighter
  • 45
  • 1
  • 6
1
vote
1 answer

Is it at all possible for an android device to connect to ps4 as a bluetooth HID keyboard without root?

I am aware that i could just use the playstation app, but I'm specifically looking to be able to enter an account password remotely without showing the password on the android device ,the app should connect to PS4 (as a bluetooth keyboard i guess),…
olaalo
  • 9
  • 3
1
vote
1 answer

How to debugging Javascript on browser of PS4?

My website works perfectly on almost browser platform such as browsers for PC, browsers for Smartphone and browsers on android tv but it does not work as expected on PS4 browser and samsung tv browser, the Ajax won't work at all. There is no…
Brooklyn
  • 53
  • 1
  • 8
1
vote
1 answer

How to get the trigger Buttons of a PS4 Controller into Android?

I am trying to get my PS4 Controller as a model into an Android App. Exampels from Androids Developer Page (joysticks and digital buttons) work fine for me. Ichecked this with the Log.e outputs. I don't get the point how to get the values of R2 and…
0
votes
1 answer

Python: Controlling the Dualshock4's LED light bar in Windows

I want to control the Dualshock4 light bar in Python on Windows. My controller is connected via Bluetooth and i use the pygame library to communicate with it. I can detect the controller input and I'd like them to be able to change the lightbar's…
Kealaw
  • 1
0
votes
1 answer

Pygame .rumble() function not working via BlueTooth

I'm new to pygame. I need to make a DualShock 4 controller rumble via BlueTooth. I know that the .rumble(low_frequency, high_frequency, duration) makes the controller rumble, and it works for me, but only when I connect my DualShock4 via USB. When I…
Habeb
  • 1
  • 1
0
votes
0 answers

Need help to pass PS4 commands from a PC to a RPI via Ethernet

I’m building an underwater ROV. My intent is to tether the ROV from a PC via an Ethernet cable. On board the ROV is a RPI. Currently, I have established a motor control program on the RPI, using a PS4 controller for input commands. I’m using the…
HenryJ
  • 1
  • 1
1
2