Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add page flipping in android and support for shutter glasses #127

Open
jandy123 opened this issue Apr 5, 2024 · 3 comments
Open

add page flipping in android and support for shutter glasses #127

jandy123 opened this issue Apr 5, 2024 · 3 comments

Comments

@jandy123
Copy link

jandy123 commented Apr 5, 2024

I've been experimenting with page flipping in android. For playing SBS videos, there is rekindle, see https://play.google.com/store/apps/details?id=com.holoshader.holoplayer&hl=nl&gl=US which sends sync to active glasses via USB OTG to a certain dongle.

From my experiments (free running, mostly), although frame tearing is an issue without quad-buffer support, the results are acceptable, in my opinion. Probably, it depends on HW, refresh rate, etc. I've been using 120Hz, btw. on a samsung s20 ultra.

Compared to rekindle, for multiple reasons, sView is much more useful. Among others, it's free, open source and supports videos and MPOs. Great work btw. :).

So, here it is: would be great to have page flipping supported in android (via quad-buffer emulation) and support for shutter glasses via nvstusb library https://github.com/eruffaldi/libnvstusb or 3DVisionAVR, see https://github.com/lukis101/3DVisionAVR.

Unfortunately, I have no experience with programming EGL in android. If someone can make a start, I can help too with testing, adding support for the above libraries and glasses, etc.

Curious about devs reactions...

@ThreeDeeJay
Copy link

Man, it would be awesome if they kept IR blaster on phones like in some old Galaxy Note phones and we could use them for 3D Vision shutter glasses. Are you using those? if so, did you manage to get the 3D Vision IR emitter working with the glasses on Android?

Are mobile OLED panels really fast enough for minimal ghosting, though? I thought 3D Vision required LCD and lightboost/strobing to work properly.

It would be great to add this to Kodi as well, along with MVC decoding to watch Blu-ray 3D movies on the go 👀👌

@jandy123
Copy link
Author

Have a look at Rekindle 3D. They use an IR USB dongle.

I've been myself experimenting with the rekindle app, but with free viewing. The results are very nice on a Samsung S20 ultra (120Hz amoled).

I also built myself a usb dongle (see https://www.mtbs3d.com/phpbb/viewtopic.php?t=22730) which supports multiple glasses, including 3DVision. I also patched sView to use a patched nvstusb library and works decent in linux with a lenovo 144Hz gaming laptop.

It's a pity, but I did not get any reaction from the sView devs.

@ThreeDeeJay
Copy link

ThreeDeeJay commented Jun 15, 2024

Interesting. Would you mind posting a photograph of a high-contrast (like with many sharp white on black edges) 3D image? With the lens behind the glasses, ofc, to see how much of a view leaks into the other eye.

I posted this on the 3D Vision discord server, which I recommend joining 👀👌
Cuz yeah the dev has been inactive for a while so he's probably busy or something 👀💦

But if you or someone do get a chance to implement this on android, you can grab the CI workflow I posted on here to build the android APK easily

BTW I managed to add sView as an external player in Kodi so we could use this method to view 3D.
Though come to think of it, Kodi already has 3D support so perhaps you could look into implementing this type of 3D there as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants