Questions tagged [playstation]

PlayStation is a series of console devices created and developed by Sony.

PlayStation is a series of console devices created and developed by Sony.

To date, these devices allowed users to play games which exist on compact discs and are typically connected to one's television (though there are also portable versions).

63 questions
0
votes
1 answer

How to read gamepad values in the playstation browser using usb, bluetooth or gamepad api?

I tried connecting the gamepad with the ps browser, but the browser gives me an error, that navigator.bluetooth and navigator.usb are undefined. It's easier to connect the gamepad with the chrome browser and read the values afterwards. I thought of…
0
votes
1 answer

How can I test if my custom USB HID controller works in ps4 without a console?

I'm designing my own PS4 controller based on a pic microcontroller but my console is currently broken so I can't test if it works. Is it possible to test (on PC) whether it'll work on PS4 or not? Maybe theres some obscure software out there that can…
0
votes
0 answers

How do you parse information from a Human Interface Device / HID?

I may not even know enough about interacting with HIDs to ask a good question, but here's my best shot so far. I am using C# and am on Windows currently. I have been researching how to interact with a game controller like a PlayStation 4 or…
Brett Lesnau
  • 208
  • 3
  • 8
0
votes
1 answer

how do you intercept the address of an instruction that is writing to a segment of memory?

Imagine we have a usual instruction such as this one mov [eax], ebx and eax contains some address that we would like to write to. The idea is to write a c program that tells you which address contains the instruction, if we already know the address…
0
votes
1 answer

PS4 can not play h264 video

Summary PS4 Media player can not play h264 mkv, avi or mp4 movies which were converted from HEVC. According the sony's [docs], the media player could be. source video: HEVC audio: AC-3 converted video: H264 audio: AC-3
Alex Chiang
  • 1,800
  • 2
  • 14
  • 21
0
votes
2 answers

C# Gamepad Input/Output Class

I am trying to design a little program that takes input from two PS2 controllers from a USB converter. I would like to take input from all the buttons including pressing the joysticks in (L3, R3), and the joysticks position, and whether the analog…
0
votes
1 answer

Is there OpenID for PSN accounts?

I am creating a website that contains a bracket system for a Rocket League tournament. I have set up OpenID for Steam, so that handles PC users. However I am trying to branch out to the console communities. Is there a way I can use OpenID to allow a…
Crazy Redd
  • 435
  • 1
  • 5
  • 18
0
votes
1 answer

Is it possible to get recently played games of user using a PlayStation Network API?

When playing on PlayStation, you get notifications when you're friends just played a game and whether they won or lost that game. Is it possible to get this information stream using a PlayStation Network API? I found some unofficial PlayStation…
0
votes
1 answer

Accessing playstation 3/4 data

Is the gaming data on playstation consoles available for anyone to use e.g through web api or wifi? I would like to display scores from a match on a live feed.
Evan
  • 126
  • 1
  • 10
0
votes
0 answers

Sony PS Move for the browser

I figured that using PS Move in the browser will be horribly complicated and would probably consume a lot of time. That's why I'd be glad for any kind of assistance: Does anyone have experience with using the PS Move for the browser? Thanks!
Doidel
  • 1,743
  • 1
  • 14
  • 22
0
votes
1 answer

Library to get input from a PS4 or Xbox controller?

I am looking to control an ROV by using either a PS4 controller or an Xbox 360 controller. I plan to do this by connecting the controller to a computer and then sending that to the ROV. A little background information on the project is, we have the…
kkrenzke
  • 60
  • 3
  • 8
0
votes
0 answers

Texture swapping on PSM (Playstation Mobile C#)

I've been working on a really simple game as a base for a project in my CS course, but while mapping the movement commands, I keep having trouble making the character sprite move upwards as well as swap textures. Whenever I try moving upwards, the…
0
votes
0 answers

How can I find PlayStation memory card specs?

Much time ago, I tried to find over the internet the specs for Play Station (1 and 2) memory card save game's specs with no result And today I searched again, but just can't find them. As far as I know, every savegame inside memory card have some…
StormByte
  • 1,266
  • 1
  • 13
  • 33
0
votes
2 answers

Playstation Eye with Labiew

Does anyone know how to integrate the Playstation Eye with Labview? Can a driver somehow be used to allow Labview to recognize it as a webcam?
Cenoc
  • 11,172
  • 21
  • 58
  • 92
-1
votes
1 answer

Bungie API for Destiny2 user: find membershipId or bungie display name by platform nickname

I am supporting an app that gets player game statistics. We have for example playstation or xbox nickname and need to find bungie membershipId. I look code - we missuse "Destiny2/SearchDestinyPlayer" API, as it requires not playstation nickname (or…