fpvout / DigiView-Android

Live video out from your DJI FPV Goggles via USB.
https://fpvout.com
MIT License
280 stars 61 forks source link

Feature request: compatibility with VR goggles #9

Open gonsp opened 3 years ago

gonsp commented 3 years ago

Awesome app! Congrats!

It would be great to be able to split the screen in order to use some VR headset like the Google cardboard. That way another person can espectate with goggles too, and it shouldn't be difficult to implement.

Cheers!

jlucidar commented 3 years ago

We would need to first setup a proper UI, but I like the idea :)

j005u commented 3 years ago

I haven't touched my Occulus in a while, but you should just be able to run the .apk in "TV mode" on the Quest.

gonsp commented 3 years ago

I haven't touched my Occulus in a while, but you should just be able to run the .apk in "TV mode" on the Quest.

Well I didn't mean a proper VR headset like the Oculus, I meant a cheap Cardboard headset where you put your phone inside.

ybjlus commented 3 years ago

This would be just perfect! You could use any cheap vr headset for phones! And indeed just split te image, nothing fancy.

@jlucidar maybe you've seen it already but have a look at this app: https://play.google.com/store/apps/details?id=com.vertile.fpv3d&hl=en&gl=US

CollinTripActions commented 3 years ago

@jlucidar I'd like to take a stab at adding this feature if you think that's cool. Have you heard of anyone else attempting this yet? I bought a VR headset phone holder that I can test with.

fichek commented 3 years ago

@jlucidar I'd like to take a stab at adding this feature if you think that's cool. Have you heard of anyone else attempting this yet? I bought a VR headset phone holder that I can test with.

Go for it! No one has been working on this yet as there are higher-priority issues 🙂

jlucidar commented 3 years ago

Sure, go ahead @CollinTripActions :) fork dev branch and go 👍

badgio440 commented 3 years ago

Can't wait to see how this turns out... Just got myself a vr headset in preparation!! 😄

badgio440 commented 3 years ago

This would be just perfect! You could use any cheap vr headset for phones! And indeed just split te image, nothing fancy.

@jlucidar maybe you've seen it already but have a look at this app: https://play.google.com/store/apps/details?id=com.vertile.fpv3d&hl=en&gl=US

Have you tried this with the digiview app?

0TheRain0 commented 3 years ago

@jlucidar I have a branch ready to push to a PR, but when I try to push it says I don't have permission. Do you know what the problem might be? Also, FYI I switch to this account for adding this feature as the other one was my work account. here's a quick video showing switching from normal view to VR view via the prefs:

https://user-images.githubusercontent.com/19310623/122624309-76915b80-d054-11eb-8199-02f7e9b16725.mov

fichek commented 3 years ago

@jlucidar I have a branch ready to push to a PR, but when I try to push it says I don't have permission. Do you know what the problem might be?

You are not a member of this repo, so you need to fork it and change your remote url then push there and open a PR from your own forked repo.

ybjlus commented 3 years ago

@jlucidar I have a branch ready to push to a PR, but when I try to push it says I don't have permission. Do you know what the problem might be? Also, FYI I switch to this account for adding this feature as the other one was my work account. here's a quick video showing switching from normal view to VR view via the prefs:

vrdemo.mov

Looks just perfect! Can't wait to try it out! Did you add a zoom function? Some phone/vr goggle combination need to zoom out a bit for it to fit on the screen while using the goggles. This app is a good example: https://play.google.com/store/apps/details?id=com.vertile.fpv3d&hl=en&gl=US

You can zoom out, makes the 2 screens smaller. So it looks good while using the goggles.

0TheRain0 commented 3 years ago

@ybjlus thanks - yes I plan to add that after some in the field testing. at the moment it's only zoomed in the way that you see in my video. using it that way made me really queezy actually and was difficult to get the images lined up right in the goggles. will look into your suggestion, thanks!

ybjlus commented 3 years ago

@0TheRain0 your work is really appreciated! Hope you get it working. If you need any help testing, I'm happy to help out.