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.

180 questions
1
vote
1 answer

How to get input from an Xbox One controller on Raspberry Pi

I'm building a robot, and I'm using my Raspberry Pi to control it. I'd like to use an Xbox One controller for an input device. First, is it possible? Second, which programming language should I use?
Jerome Carter
  • 237
  • 1
  • 4
  • 18
1
vote
0 answers

XBox GPU Does not appear in C++ AMP accelerator list

I'm using C++ AMP on XBox, but when I try to select the GPU as the default accelerator, it does not come up in the list. This is the code I'm using for finding the available accelerators: std::vector accs = accelerator::get_all(); //…
Nitay
  • 4,193
  • 6
  • 33
  • 42
1
vote
0 answers

UWP Xbox One WiFi capability is always "DeniedBySystem"

Does anyone has any experience with the wiFiControl Device Capability on Xbox One? I am working on an app and I need access to WiFiAdapter. Whenever I deploy the app on my Xbox One and request access to the adapter using the following way: var…
roskoN
  • 333
  • 4
  • 12
1
vote
1 answer

Switch user UI in Xbox UWP

Is there a way to invoke the switch user view from within the app? Now we can exit the app and invoke the Manage user view to switch signed in users. But I need to know if we can invoke the view from our app?
Bells
  • 1,465
  • 1
  • 19
  • 30
1
vote
1 answer

Xbox One Controller input to 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
  • 117
  • 9
1
vote
1 answer

Trouble deploying Unity build to Xbox One dev mode

This is the error I'm getting. The following unexpected error occurred during bootstrapping stage 'Connecting to the device '192.168.1.3'.': MissingMethodException - Method not found: 'Boolean Microsoft.Tools.Connectivity.RemoteDevice.Ping()'.
Matt
  • 33,328
  • 25
  • 83
  • 97
1
vote
1 answer

Xbox one controller detect wireless signal

Is there any way I could connect my PC and Xbox one controller wirelessly without any additional adapters or hardware? Why is there no wireless PC emulator for xbox controller? PS has got one. Xbox's suppose to be easier to make because of the SDKs…
1
vote
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
  • 8,165
  • 14
  • 74
  • 101
1
vote
1 answer

IMFMediaEngine always run in 640x480 using DirectComposition

I am using IMFMediaEngine to playback video streams (Smooth Streaming, HLS) and possibly with PlayReady later. It works wonderfully using TransferVideoFrame to draw the video onto a texture. But I understand that it is a requirement for PlayReady +…
1
vote
1 answer

Youtube iframe API on Xbox One?

I am trying to integrate the Youtube iframe API on Xbox One to be able to play Youtube videos from an application, but so far did not manage to make it work. Is it even possible ? It seems that windows store apps imposes a lot of restrictions…
Dave10ww
  • 11
  • 2
1
vote
1 answer

How to develop apps for XBox One?

I wish to develop apps for XBox One, not games, like Twitch. How do I get the SDK and how do I learn to develop apps for it? I am making a VOD app, so tutorials related to that will be helpful. Is this possible using the Windows 10 SDK which has the…
khateeb
  • 5,265
  • 15
  • 58
  • 114
1
vote
0 answers

PyUSB does not get response from XBox One Controller

I am trying to read from a Xbox One Controller responses from its keys. I have already found its IdVendor and IdProduct using dev = usb.core.find(find_all=True) This controller works fine on Ubuntu since I use it in Steam, so there is no problem…
Abend
  • 589
  • 4
  • 14
1
vote
1 answer

How to connect two kinect v.2 sensor to one computer

I'm updating an application which use 3 kinect v1 with sdk 1.8 connected to the same computer. Actually i am updating my application with kinect v2, to improve the performance of my system. The last version of microsoft sdk 2.0 does not support…
dinoiama
  • 23
  • 2
  • 9
1
vote
2 answers

Kinect Development: Xbox 360 Kinect vs. Kinect for Windows

Quoted from Windows: If you’re a software developer, you can use the Kinect for Xbox 360 together with your computer to test the software you’re working on. However, to get the full Kinect for Windows experience, we recommend you download the…
1
vote
2 answers

Xbox One Right Trigger Not Working

I have an Xbox One controller setup with Unity3d, and when I try to use the RT button nothing happens. With the following setup, the RB button works fine: I have looked at this but setting that up doesn't make sense to me. I have tried 3rd Axis…
Get Off My Lawn
  • 34,175
  • 38
  • 176
  • 338