Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
0
votes
1 answer

Decoding JSON into an array for a xbox live image script?

I'm trying to turn a JSON file of Xbox Live data into variables that I can use in a PHP generated image. My JSON file is here: http://www.xboxgamercard.org/gamercard/test3/xbox.php I have tried this: $request_url = 'xbox.php'; $json =…
0
votes
1 answer

Fastforward and rewind music in XBMC

As I was listening to the Stack Overflow Podcast #54 in XBMC on my XBOX I wanted to skip back a bit and hear something again. To my chagrin the controls for seeking like in the video app weren't working. I then tried to use the seek buttons in the…
Jaspio
  • 199
  • 3
  • 9
0
votes
1 answer

How do I render a full body with skin using Kinect skeleton data?

Using the Kinect API I can get "skeleton" information, how do I use this to render a full body with volume, skin a face, etc?
OneSolitaryNoob
  • 5,423
  • 3
  • 25
  • 43
0
votes
1 answer

Is there hardware and/or software to spoof a controller for Xbox 360

I want to create a controller for my xbox 360. Ideally I would like to create a racing wheel to play forza with, because, unfortunately, as any avid racing gamer with a 360 knows, the wheel market for xbox sucks. Is there somebody who has reverse…
0
votes
1 answer

Error creating service xinputgamepad when using XBOX Controller to connect Lego NXT to MRDS

I'm trying to implement the simple Robotics example connecting my Lego NXT to MRDS using an xbox controller (Microsoft Robotics Studio and Lego Mindstorms NXT) Everything compiles fine but when I go to run the service I get the following error: ***…
Matt
  • 3,305
  • 11
  • 54
  • 98
0
votes
1 answer

XNA XBOX highscore port

I'm trying to port my pc XNA game to the xbox and have tried to implement xna easystorage alongside my existing pc file management for highscores. Basically trying to combine…
0
votes
0 answers

POST to Xbox Services API through REST Interface using PHP

As a learning exercise I thought I'd try to access the Xbox services API through the RESTful interface. I don't have much experience with APIs, but using PHP I tried simply sending a POST request as described on this MS users batch profile settings…
Dan Twining
  • 640
  • 4
  • 17
  • 30
0
votes
0 answers

how to change recording window during xbox bar screen recording

I need to record different windows in a same recording using screen-recording funtion in xbox bar. However, if I switch to another window, the screen recording continue to record the previous one. If I close the previous one, the xbox also closes
0
votes
1 answer

Is there any way that can be used to debug the UWP webview XBOX app on Local Machine?

I'm currently trying to build an UWP WebView app for XBOX using the source URL of my web page. On chrome and edge browser all the UI are working as expected but when I run it on XBOX I'm facing a lot of UI issues. Is there anyway that can be used to…
0
votes
0 answers

UWP app as an overlay on Xbox console games

I'm trying to develop an FPS counter for games on the Xbox (console). I managed to develop a basic UWP app that counts the FPS using two techniques: simple counting and smoothed average measurement. It displays both results on the screen in the…
0
votes
0 answers

How can I use the Xbox RESTful api to get the callers xuid. I have their xbl3.0 token

Im using the python requests library. So I have their xbl3.0 token and I was wondering how I could get their xuid. I've searched the documentation and found this yet it doesnt specify any authorization headers. pls help im so confused. def…
George
  • 1
0
votes
0 answers

Where to start understanding Xbox APIs

For context: I am trying to build a little script just for learning that gets all my unlocked achievements on Xbox Live. The official Xbox Services API documentation is...let's just say it's not for beginners. It makes it seem like you need to be…
zoop
  • 1
0
votes
0 answers

How to confirm is a user knows the xbox pin in a UWP app?

How can I confirm that a user is properly authenticated in a UWP app running on Xbox? What I would like to happen is for the system PIN to show and to confirm to my app that the user successfully entered their PIN. I have included the…
0
votes
0 answers

Xbox Live Creators Program - Games Category

I am tring to release a game to xbox using the Xbox Live Creators Program. Trouble is it says to enable the creators program you have to list under the 'games' category in properties. But there is no 'games' category! Any ideas or advice very much…
MrB
  • 1
0
votes
0 answers

Android Development, Handle Controller Inputs Check if Key is being pressed. Or Check the position of a Switch without Event Listener

Android provides documentation on how to handle Controller Inputs by attaching event listeners to Views or Activity. But I am interested in simply checking the state of each key without the use of Events. Is that possible? I am using a generic USB…