Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
0
votes
1 answer

UWP on Xbox One. UI gets dim (darker) after 10 minutes

I'm developing a surveillance UWP App for Xbox One, if there is no interaction (from the controller) after exactly 10 minutes, the screen gets automatically dim (darker), real time video continues to show perfect in the screen but very dark. Looking…
Felice
  • 33
  • 3
0
votes
0 answers

Solution to overshadowing by WPF controls

I am trying to find a way around 'The Airspace Problem' concerning implementation of WPF controls. I am using Kinect Xbox 360, SDK v1.8 and WPF application(Visual C#). In the XAML file, I have implemented a web browser control within Kinect…
0
votes
1 answer

Xbox button pressed in C++

I am trying to write a program in C++ in Visual Studio, to test some of the functionalities of an XBOX controller. I am using xinput and so for can register if a controller is connected to my computer, however, I can work out how to tell if a button…
Jonski Goldstein
  • 169
  • 5
  • 16
0
votes
1 answer

Xbox and Snap Mode functionality

Would like to know if UWP Xbox Media apps will be required to support Snap mode? Currently XR-107: Snap Mode Support is included for ADK Xbox Apps, however, cert requirements for UWP apps seem to be focused on Gaming apps and there is no clear…
0
votes
2 answers

Xbox One Controller Thumbstick Coordinates (in UWP app)

How can I access the coordinates of the two Xbox One thumbsticks in a UWP application? Also, how can I detect when the X, Y, A and B buttons are pressed? Edit: I have been getting an exception of type "System.InvalidOperationException" in…
Dhruv
  • 117
  • 9
0
votes
0 answers

Installing Kinect sdk 1.8 in Linux

Screenshot of error I have been trying to install Kinect sdk 1.8 in Linux OS with wine, but unable to complete the setup successfully.Below is the log file [003F:0040][2016-04-28T14:26:46]: Burn v3.6.2221.0, path:…
Ashok Bugude
  • 91
  • 10
0
votes
1 answer

How to fix appxmanifest.xml for xbox one?

I am currently getting this error for a game I'm working on for the xbox one. It runs perfectly fine thought unity5 and when I exported it as a .exe game for pc but I can't get it to run locally or remotely. I have it set to debug x64 since that's…
0
votes
1 answer

UWP Game Capture on Xbox DirectX or MMF

I'm investigating building a "Game Capture" App that works within UWP on Xbox One, as for capturing the actual content of the screen during game-play, it appears there are two ways to go within the wider eco-system of Microsoft libraries: DirectX…
jordan.baucke
  • 4,308
  • 10
  • 54
  • 77
0
votes
2 answers

Power problems stacked Arduino shields

I have a weird problem. I am currently building a BB-8. Therefore, I am using an Arduino Uno. On top, I have stacked an Adafruit Motor Shield v2.3 and, again, on top of this, I have stacked the Sparkfun USB Host Shield. The Arduino is powered by a…
adur
  • 143
  • 1
  • 7
0
votes
0 answers

How to get recent games list of gamertag on Xbox live one in PHP

I used this link https://www.xboxleaders.com/api/profile.json?gamertag=dwalsh83 dwalsh83 is a gamertag. The data of the gamertag returns successfully but doesn't with this one: michalmorganvgl
0
votes
2 answers

Regex to detect valid xbox devices

I am using WURFL service to detect devices using user agent. I have got one weird user agent as follow: Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36…
dhamu
  • 605
  • 1
  • 7
  • 17
0
votes
1 answer

Kinect touchable Surface

I have a programming project using Kinect Xbox one sensor. The project is mainly about turning any surface into an interactive touchable screen. I have collected all the hardware including the projector. In addition, I have done my research and…
Sam Al-Ghammari
  • 1,021
  • 7
  • 23
0
votes
0 answers

Windows.Gaming.Input Xbox One Controller Headset not recognized

I've created a UWA on Windows 10 in C#, using Visual Studio 2015 using the Windows.Gaming.Input headset class to try to recognize when a headset is disconnect/connected to the Xbox One controller through the 3.5mm port headphone jack on the…
0
votes
1 answer

MonoGame(XNA) Won't detect multiple controllers(Using PlayerIndex)

I've been trying to get two controllers working in a MonoGame Project I'm working on and the only Controller that seems to work is 'PlayerIndex.One'. I've tried switching the controller indexes and it won't work whenever it is on anything except…
Toty
  • 1
0
votes
1 answer

LWJGL - Xbox 360 controller triggers

The 2 triggers of xbox controller are in only one axe. No problem, but how can i know id trigger 1 and trigger 2 are pressed in the same time? The value is 0, as when i don't press anything.
pianka
  • 140
  • 1
  • 2
  • 14