Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Listing not showing up in Daydream immersive store #583

Closed
larsbergstrom opened this issue Sep 26, 2018 · 11 comments
Closed

Listing not showing up in Daydream immersive store #583

larsbergstrom opened this issue Sep 26, 2018 · 11 comments
Assignees
Labels
releng Relates to release engineering process
Milestone

Comments

@larsbergstrom
Copy link

360

It looks like we need to add a 360 pano to our store list and request for a listing beyond just the Google Play Store listing we already have.

https://developers.google.com/vr/distribute/daydream/

@larsbergstrom larsbergstrom added the bug This issue is a software or functional defect label Sep 26, 2018
@keianhzo
Copy link
Contributor

keianhzo commented Oct 2, 2018

@larsbergstrom If we are going to finally support clip-in (We are currently available in the Playstore for clip-ins) we should handle the permission requests properly:

When making the transition to 2D, your app must do the following:

Prompt the user to remove their phone.
Detect the orientation change to portrait to switch over to 2D.
Return the user to nearly the same state in VR that they were in before they removed their phone.

https://developers.google.com/vr/distribute/daydream/design-requirements#UX-D9

@cvan
Copy link
Contributor

cvan commented Nov 10, 2018

Comments (as expected) about FxR in Daydream Google Play store: https://www.reddit.com/r/daydream/comments/9umqw7/mirage_solo_as_a_webbrowsing_device/

@philip-lamb
Copy link
Contributor

philip-lamb commented Feb 27, 2019

@brianpeiris contributed photospheres https://drive.google.com/drive/folders/1XkiD7lQIeSRNZPKOnYZivxLznmEDczav. Waiting on @larsbergstrom to note whether store listing has been updated.

@philip-lamb philip-lamb added the needinfo Further information is requested label Feb 27, 2019
@philip-lamb philip-lamb added this to the v1.1.3 milestone Feb 27, 2019
@philip-lamb philip-lamb added P1 Fix in the current development iteration releng Relates to release engineering process and removed bug This issue is a software or functional defect labels Feb 27, 2019
@larsbergstrom
Copy link
Author

Next step (per internal thread) was to reach out to the release management team contact I mentioned to see if the panosphere worked with the Google Store, since we do not have access and cannot test ourselves. Let me know if you need help with pushing on that!

@philip-lamb philip-lamb modified the milestones: v1.1.3, v1.2 Mar 15, 2019
@philip-lamb philip-lamb added P3 Backlog and removed needinfo Further information is requested P1 Fix in the current development iteration labels Mar 15, 2019
@philip-lamb philip-lamb modified the milestones: v1.2, v1.3 May 16, 2019
@philip-lamb
Copy link
Contributor

philip-lamb commented May 20, 2019

Need to recapture with updated branding. @jvonitter you might check with @brianpeiris on the procedure he used to capture these and we can replicate.

@jvonitter
Copy link
Contributor

Will ask @slightlyoffbeat to help with branding too

@brianpeiris
Copy link

For future reference, here's the method I used. The capture part is an ugly hack though, so I'm not sure I'd recommend it, unless someone who actually knows how to write C++ and Java code implements a better version of it.

  1. I hacked in some code to capture cubemap faces directly from FxR: brianpeiris@52c22ca This code is outdated now.
  2. I built and ran that on a Galaxy Tab S3 tablet (this was the only way I could figure out to render FxR properly, and at the required resolution)
  3. I took the resulting cubemap face images and ran them through a script with ImageMagick and this cubemap-to-equirectangular tool https://github.com/PaulMakesStuff/Cubemaps-to-Equirectangular

This capture method might be worth it if the goal is to generate a stereoscopic capture, but if you're only interested in a monoscopic panorama, you might be better off faking it by photoshopping the FxR UI on top of a cube map face and then generating a panorama. There are probably also other professional art tools to help composite and generate panoramas like this. Photoshop could have that ability built-in for all I know.

@slightlyoffbeat
Copy link

@brianpeiris want to try running that script again with the attached photo? Let me know if it doesn't work.

negz

@brianpeiris
Copy link

here you go
top/bottom:
final
monoscopic:
pythonOutput

@brianpeiris
Copy link

Those are in PNG format by the way. You may want to convert them into optimized JPGs if that matters.

@jvonitter jvonitter modified the milestones: v1.3, v1.4 Jul 3, 2019
@jvonitter
Copy link
Contributor

This was the image we needed to add:
offworld2

Also updated the app icon with new branding. All assets can be found here: https://drive.google.com/open?id=1QFEtKkx0U00jrxtDh_neGaM37WHQHmPc

@philip-lamb philip-lamb removed the P3 Backlog label Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
releng Relates to release engineering process
Projects
None yet
Development

No branches or pull requests

9 participants