Questions tagged [xbox-one]

Xbox One is a video game console developed and manufactured by Microsoft

Xbox One is a successor to Xbox 360, Microsoft's previous video game console, which was introduced in 2005 as part of the seventh generation of video game consoles. As of June 2013, it remains in production by Microsoft through after a number of small hardware revisions to reduce the unit's size and improve its reliability.

172 questions
0
votes
0 answers

Xbox One Controller UWP App

I have been trying to make an Xbox One controller interact with a UWP application and have looked into the Gamepad class (based on the suggestions mentioned in the comments - Controller support for Xbox one in Windows UWP). I have 2 issues: 1)…
Dhruv
  • 107
  • 8
0
votes
2 answers

Uploading packages through the Xbox One Windows Device Portal

Currently, Microsoft offers a web portal to access certain components of the Xbox One. This is called the Windows Device Portal, and I am able to access this fine. However, I am having serious issues with its capabilities. For one, there doesn't…
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

SystemSpeechLanguage is null on Xbox One UWP App

I am trying to bring a UWP App to Xbox and I am having troubles in Dev Mode when I run the app on the Console. My app uses the built in speech recognition libraries using grammar files (Windows.Media.SpeechRecognition.SpeechRecognizer - I am not…
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,120
  • 9
  • 50
  • 72
0
votes
1 answer

UWP Xbox App: Style issue

Okay so with the UWP support for Xbox being released recently I decided to have a go deploying and testing my existing app on my Xbox. It works great with zero changes aside from one minor but really off-putting issue. For arguments sake lets say…
Carl Robinson
  • 468
  • 1
  • 4
  • 16
0
votes
3 answers

Can I use cordova for xbox?

I can use Cordova for the following platforms: Android 4+ iOS 6, iOS 7, iOS 8 Windows 8.0 and Windows 8.1 Store Windows Phone 8.0 and Windows Phone 8.1 But can I use it for Xbox One?
Alexan
  • 6,893
  • 13
  • 69
  • 89
0
votes
1 answer

How can my friend stream a game from my Xbox One to my RTMP server?

My friend has just began streaming, but on his Xbox One. I use PC to stream my games and have never done it through Xbox One. Now he streams using the Twitch app. But i have this RTMP Server which i can use to stream his stream to Twitch with having…
Collin
  • 1
  • 3
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…
debugging XD
  • 864
  • 6
  • 21
0
votes
0 answers

USB connection to xbox one

I am trying to create a USB connection from my mac to my xbox one so I can use the keyboard and mouse to simulate a controller. I can not seem to find out how to connect the console and my computer in an IOKit connection to start sending data. I…
0
votes
2 answers

Viewing Xbox one network traffic

I am trying to view the HTTP traffic going from my Xbox one using charles proxy. However as Xbox One doesn't allow you to use a proxy this is finding out to be difficult. I have tried using my laptops internet connection through ethernet cable from…
Jaeren Coathup
  • 367
  • 3
  • 15
0
votes
1 answer

Kinectv2 for windows compatible with xbox one

Is the kinectv2 for windows compatible with xbox one? I cannot seem to get my xbox one to recognize that it is plugged in.
Sean
  • 827
  • 2
  • 10
  • 15
0
votes
0 answers

How do Programs interact with each other?

Okay so I have been doing a lot of web design and now I am starting to make standalone applications (at least I want to). Anyway, I am wondering how applications connect with other applications/games and how I could go about making one. Here's an…
0
votes
1 answer

How to run Xbox One ADK with command line

After installed XboxOneADK, there will be a Xbox One ADK Command Prompt. its target is below: C:\Windows\system32\cmd.exe /k "C:\Program Files (x86)\Microsoft Durango XDK\adk\DurangoVars.cmd" ADK Then it can run as a new cmd window. And I can run…
user3587661
  • 3
  • 1
  • 2
-1
votes
1 answer

I am trying to use this code sHdrMetadataFormatCurrentlySupported(HdrMetadataFormat.HDR10);

I am using below code to check hdr compatibility var displayInfo = DisplayInformation.GetForCurrentView(); var colorInfo = displayInfo.GetAdvancedColorInfo(); var isHDRSupported =…
prem
  • 27
  • 6
1 2 3
11
12