Best Of
Re: Dismiss notification
Hi @faze47
You should be able to use NEXT_TRACK to dismiss the currently playing notification. Give that a shot and let us know if you have any issues!
You should be able to use NEXT_TRACK to dismiss the currently playing notification. Give that a shot and let us know if you have any issues!
Re: Bose Frame Focus Point
Hi @KetanSodvadiya
There is no SDK-provided focus point. You can build such a feature in code, but there is not a native function to call for "Focus" or anything like that. Please reach out using the iOS Forums with questions related to native iOS development and to share/learn insights with/from other iOS developers building similar features.
https://bosedevs.bose.com/categories/bose-ar-sdk
Additionally, please check our documentation and helpful guides for additional tips, tricks and information.
https://developer.bose.com/guides/bose-ar/getting-started-ios
Cheers,
Michael
There is no SDK-provided focus point. You can build such a feature in code, but there is not a native function to call for "Focus" or anything like that. Please reach out using the iOS Forums with questions related to native iOS development and to share/learn insights with/from other iOS developers building similar features.
https://bosedevs.bose.com/categories/bose-ar-sdk
Additionally, please check our documentation and helpful guides for additional tips, tricks and information.
https://developer.bose.com/guides/bose-ar/getting-started-ios
Cheers,
Michael
Re: Proper way to "reset" for game rotation?
Hi @ericdolecki,
When your app comes into the foreground, you can ask the user to reconnect. When the user reconnects, you can collect game rotation data. That should refresh. If there is a specific position they need to be in the app, may be you can do text to speech and let them know how they should be positioned, so you can collect the proper data you need.
Does this help?
n
When your app comes into the foreground, you can ask the user to reconnect. When the user reconnects, you can collect game rotation data. That should refresh. If there is a specific position they need to be in the app, may be you can do text to speech and let them know how they should be positioned, so you can collect the proper data you need.
Does this help?
n
Re: Proper way to "reset" for game rotation?
Hi @ericdolecki,
Yeah, you'll need to have 2 variables to do that. One variable takes the current position of the device, and the other variable is how the BoseAR device moves relative to the base position. You subtract those 2 variables. Thanks for the suggestion.
Nadine
Yeah, you'll need to have 2 variables to do that. One variable takes the current position of the device, and the other variable is how the BoseAR device moves relative to the base position. You subtract those 2 variables. Thanks for the suggestion.
Nadine
Re: Any way to get/set the "Video Sync" Zone-Setting per WebAPI?
Yes this is possible. Just not documented in the API.
To GET
GET: http://<deviceIP>:8090/rebroadcastlatencymode
To SET
POST: http://<deviceIP>:8090/rebroadcastlatencymode
Data SyncToRoom: <rebroadcastlatencymode mode="SYNC_TO_ROOM" /></rebroadcastlatencymode>
Data SyncToZone: <rebroadcastlatencymode mode="SYNC_TO_ZONE" /></rebroadcastlatencymode>
Example
curl --data '<rebroadcastlatencymode mode="SYNC_TO_ZONE" /></rebroadcastlatencymode>' http://192.168.1.50:8090/rebroadcastlatencymode
To GET
GET: http://<deviceIP>:8090/rebroadcastlatencymode
To SET
POST: http://<deviceIP>:8090/rebroadcastlatencymode
Data SyncToRoom: <rebroadcastlatencymode mode="SYNC_TO_ROOM" /></rebroadcastlatencymode>
Data SyncToZone: <rebroadcastlatencymode mode="SYNC_TO_ZONE" /></rebroadcastlatencymode>
Example
curl --data '<rebroadcastlatencymode mode="SYNC_TO_ZONE" /></rebroadcastlatencymode>' http://192.168.1.50:8090/rebroadcastlatencymode
Re: Is it possible to assign a fixed IP to the soundtouch devices?
A DHCP reservation is a permanent IP address assignment. It is a specific IP address within a DHCP scope that is permanently reserved for leased use to a specific DHCP client.
This is the method I use for my SoundTouch devices at home, its pretty much the same as giving it a static IP.
Re: Searching for devices, Bose Frame could not be found in application
Hi @marcojanmaat - We have discovered an issue when building from Unity for Android using 2018.x or later Unity versions and, for the moment while the team works on a fix internally, we are recommending you use Unity builds of 2017.4 and later, but earlier than 2018.x, to build to Android. The connection UI has been tested and does discover and connect to Bose AR devices properly when you do this, whereas it currently does not in 2018.x. We are working on a fix now, and thank you for your patience, but please use 2017.4 or later, but before 2018.x for the time being.
Here is another thread on the topic - please reply there if you have further questions on this topic:
https://bosedevs.bose.com/discussion/560/unity-android-cannot-connect-to-the-device#latest
Here is another thread on the topic - please reply there if you have further questions on this topic:
https://bosedevs.bose.com/discussion/560/unity-android-cannot-connect-to-the-device#latest
Re: Codecs
Hi WesMC - keep in mind we are focusing on "Heads Up & Hands Free" audio only experiences where a user can open a Bose AR app on their phone, enable the Bose AR functionality and then put that phone into a pocket, or generally away, and not require a user to look at a screen. This helps significantly to eliminate issues such as you're talking about with visual experiences connecting to audio experiences where latency could potentially be a problem. As always, we are constantly looking into ways to reduce latency as well.
Re: Soundtouch Url sheme
Hi @benpark
Thanks for reaching out, and for your interest in the SoundTouch API! Unfortunately, the SoundTouch App does not support a URL scheme for linking into it. If anything changes in the future I will let you know, but given our focus for new capabilities on the Smart Home API going forward, I will say that it is unlikely we will implement as URL scheme for SoundTouch.
Let us know if you have any further questions about the API!
Thanks for reaching out, and for your interest in the SoundTouch API! Unfortunately, the SoundTouch App does not support a URL scheme for linking into it. If anything changes in the future I will let you know, but given our focus for new capabilities on the Smart Home API going forward, I will say that it is unlikely we will implement as URL scheme for SoundTouch.
Let us know if you have any further questions about the API!
Re: Where do I get the device for Bose AR
Hi @ASBose15 ,
We will for sure host workshops in SF. When we do plan one, we'll post it in `events` section of the portal.
Best,
Nadine
We will for sure host workshops in SF. When we do plan one, we'll post it in `events` section of the portal.
Best,
Nadine