[HOWTO] Accessing (entire) Jaunt VR Library with Oculus 360 Videos [ROOT - Samsung Gear VR

Okay so this topic was started when Jaunt began to frameskip furiously on my Exynos device making the McCartney video useless to watch. I figured it's just a video so it should play normally in a normal player. Here is my progress so far - keep in mind that the process requires rooting and some technical knowledge. Anyways:
1.) All Jaunt VR content is saved in /data/data/ which means you need to root your device to access the video files. It also means that you're not just stuck with one video, but can access their entire library that's available for Cardboard users, but not us. You can access Elle, R5, Black Mass, Hobbit, a Jack White concert, Kaiju Fury and The Mission.
Basically what you do is run the cardboard app, wait for the video to download, then extract the mp4 file from /data/data/
2.) Jaunt VR content is slightly different from other VR videos - they pack their Zenith and Nadir to the right of the 360 video, meaning the normal player sticks them inside the space making it very wonky. Example:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This means that the first step needed to be done is to remove zenith and nadir from the video file. In this example I'm using Handbrake, which is free.
3.) The resolution is 2560*1440 pixels with TB SBS 3D. Out of this resolution 360 pixels is zenith&nadir so this can be cropped out. If you want to separate the 3D feed this is also the place to do so.
4.) Since zenith and nadir are missing the video is too tall so additional scaling is needed. About 80% height seems right to me. However since the video is TB SBS there is no simple way to add padding to normalize size. Here is my process so far...
- split left and right eye in previous step
- open new photoshop/premiere/after effects project with same settings (2200*1440 @ 59.94 fps)
- put top on top half, bottom on bottom half
- scale each to 80% height around the center point of the layer
- export and go bake a cake since it will take a while
- enjoy some jaunt VR content inside a normal player
I'm sure someone can find an easier way to add padding to a TB SBS video, but that process logic works for me.

Related

[Tip] Make Your Android Device Icons Look More 3D

One of the things that allow human beings to perceive things in three dimensions (3D) is the depth of field. When you focus on something that is close, the objects in the background become out of focus. This lets our mind know which object is close and which is farther away, and hence capture the right dimensions for the object. It is not possible that out mind focuses both near and far objects at the same time.
With this tip, we will guide you how to make the icons on your Android phone appear more 3D by moving the background wallpaper to a more unfocused and blurred state, with the result that icons appear to float above the wallpaper.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The tools needed for this process are very basic: the desired wallpaper, and Adobe Photoshop Express for your Android device (we will use Photoshop Express in this guide as it is available free on Android Market, but you can use any image editor of your liking).
To begin, launch Photoshop Express and open your desired wallpaper in it. (You’ll need to uncheck ‘Show camera photos only in Phone view’ to be able to see all photos)
Next, you need to soften the image’s focus. Go to Menu > Edit Photo and select the third icon from top bar. You can soften the image by just sliding your finger across screen. The maximum it goes is till 20, which we find to be working best. However, you can set it to any value of your liking, Once you have attained the desired softness, save the image. (It will not overwrite the original but instead save as a new file)
That’s it. Set this new image as your wallpaper, and the icons will appear more 3D due to the difference in focus. The screenshot above does not do justice to it, but we tried it on Samsung Galaxy S, and the brilliant SuperAMOLED display works wonders with this technique. Give it a try on your own device and let us know how it worked for you.
Credits goes to Aatif Khan
Uh, this only works when you use the Tilt-Shift effect. Blurring the background only makes it look like you have a blurry background. What you did does not give the 3d effect sorry.

The Wars - HD7-B3 Conversion

Decided to have a go at my first bit of dev (if you can call it that ), by converting a game designed around SDK2 and bringing it to the Streak7's Honeycomb screen, It is similar to Cartoon Wars for the iPhone but nowhere near as good.....But it passes the time and can be quite addictive on the hardest setting!
I decided to do this as my youngest lad loves this type of game (as I do too ) I could not find a version other than the ones designed around a small screen device, although the original runs on the Streak7 it displays a small game, also it was an excuse to learn something new
The original game would scale up when the LCD density was set to 160, but this version scales up & lets you keep DJ_Steve's recommended 106 density setting for his HD7-B3 OS, I have not tried it on any other device other than the Streak7 or any other OS other than HD7-B3, so feedback would be appreciated on other Device/OS combo's.....Although I don't expect it to work on anything else other than Streak7-HD combo
The overall process was time consuming to say the least, mostly in the latter stages of fine tuning the .png sizes for paticular images, too big and the game wouldn't load, too small and it left empty bits of screen everywhere.
The programs I used to help me achieve my goals where:
APKTOOL - by Brut.all - For the decompile/recompile of original .apk (must have tool )
.XML Editor - For the obvious
IMAGE CONVERTER PLUS - A brilliant program for batch image conversions that can be profiled to your specific needs
AUTO-SIGN by Dave Da Illest 1 - Which enables you to sign your recompiled .apk (does what it says on the box )
Anyway, have a try for yourself and let me know your results
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Or
CLICK HERE
Force closes on 2.2.2
Sent from my Streak 7 rocking the Streakdroid7 ROM
Gravityrat said:
Force closes on 2.2.2
Click to expand...
Click to collapse
....As I expected TBH, I rekon the original would work just fine though, but posting that would of been outright piracy IMHO, this is more of a screen mod of the original that is based around the 106 LCD Density setting of HD7, I could of created a few drawable-XXXX folders for the different res, but then this just takes the file size to rediculous levels.
Many thanks for taking the time trying and replying anyway, much appreciated, button pressed!

[APP] Windows Phone 3D - Stereoscopic/Anaglyph/Wiggle

And so I came back with my 1st non-homebrew application and I called it WindowsPhone3D.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So what is WindowsPhone3D?
Firstly, what are the types of stereo 3D? I know most of you already know these types of stereo 3D but let's make sure everyone understands it.
Anaglyph
- Anaglyph images are used to provide a stereoscopic 3D effect, when viewed with glasses where the two lenses are different (usually chromatically opposite) colors, such as red and cyan
http://en.wikipedia.org/wiki/Anaglyph_image
- WindowsPhone3D has 5 anaglyph rendering types
-- True
-- Gray
-- Color
-- Half Color
-- Optimize
ref: http://3dtv.at/Knowhow/AnaglyphComparison_en.aspx
Cross Eye (Stereogram)
- stereogram is a pair of two-dimensional panels depicting the view of a scene or an object from the vantage points of the right and left eyes
http://en.wikipedia.org/wiki/Stereogram
Wiggle 3D
- Wiggle 3D addresses a fundamental goal of still photography: to take a three-dimensional world, capture and then present it in two dimensions, and make viewers believe that they are seeing the original scene in three dimensions
http://www.adorama.com/alc/article/11780
thank you wiki and adorama
So WindowsPhone3D does all this for you.
How to use this application?
1. WindowsPhone3D launches
2. Goes to Cross Eye page
3. click the Left arrow to select or capture an image from your image collection or from the camera.
4. click the Right arrow to select or capture an image from your image collection or from the camera.
How to view Cross-Eye images?
- here are the tutorials how to do it
- http://www.starosta.com/3dshowcase/ihelp.html
- http://www.wikihow.com/Cross-Your-Eyes
How to view Anaglyph?
- just get/make a red/magenta goggles
How to properly capture stereoscopic image?
Just like that
here's the short video of the application. Sorry but the application is in landscape orientation
here's the XAP file download
WindowsPhone3D.XAP
:-(
Thank you - but the downloaded file is only 550 bytes and so the link maybe broken?
MyRho said:
Thank you - but the downloaded file is only 550 bytes and so the link maybe broken?
Click to expand...
Click to collapse
thanks for reporting that back. I updated the first post and I just hosted the XAP file directly to my website.
I saw 40+ downloads and they never reported the error.
Thank you. It's working now...
Tested the app - very nice.
I like the "wiggle"-effect but it's hard to get the proper perspective for the 2nd photo.
Thank you

Need Dev Assistance to rotate video from camera 90 degrees.

Hey Folks - I could use some help here I am stumped.
I am working on a project to launch one of my model rockets and stream the launch video live via USTREAM (using an LG Revolution modified to be onboard). The issue is USTREAM sets the camera to landscape mode so the phone needs to be held in the landscape position for the video feed to be oriented properly for viewing. The problem is I need the phone to be oriented in the PORTRAIT position due to size limitations of the rocket itself.
USTREAM does not offer the ability to rotate the video stream.... so I was wondering if anyone (dev?) can write a middleware app that will force the camera output to be rotated 90 degrees before the application layer receives the stream? Is that even possible?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FYI: I have tried rotating the camera physically but the connector ribbon is too short and doesn't afford the flexibility for such a move. Creating an "extension" cable is also not in cards since the plugs are nano-sized surface mount.
Thanks in advance...
I have no idea how to do that but please let us know about the launch. Awesome project!
This really does not belong in Development so I have gone ahead and moved it. The project does sounds interesting and I wish you good luck.
Android1 Project Thread ...
Launched the rocket and As-droid-naut this past weekend (minus the LG) - here is the thread I started in the General area if you want to see what I'm up to:
http://forum.xda-developers.com/showthread.php?t=1892422
Dashcam
Did you find a solution?
I have tested a lot of dashcam-apps (f.i. 640x480) and the phone in mounted in portrait, the video is only in portrait (480x640). On the pc i have to transform it 90 degrees.
Camera gets its positioning from the accelerometer. Need to somehow fool the camera into thinking it is vertical all the time.
Thanks for the quick response.
That is not the problem. (It is easy, to rotate the video later (and maybe crop) on the pc.
My phone camera has 8 MP CMOS (Landscape 3264x2448 or Portrait 2448x3264)
I need only the upper 720x480 (or better of the 2448x3264) and not 480x720.
The lower part of the video is waste. (only the dashboard, what is not very interesting)
(If I rotate my phone 90°, i see only the dashboard and a little bit of heaven, but no street.)
A higher mounting of the phone holder is not possible.
The best solution is a dashcam-app with a possibility of selecting a video area. Why is it so difficult to program?

e-Cigarette Mod with a touch screen and music capabilities - firmware upgradeable

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hey there guys, I'm writing in the off topic section about this e-cigarette I've just got, it's called Joyetech Ocular C and it comes with a color touch screen , music player and photo viewer capabilities , bluetooth conectivity, a pedometer to count your steps and from what I understand, it has around 2Gb of memory , it is firmware upgradeable and I'm wondering if there is more that can be done to it in therms of functionality.
It's true that vapers, the people who smoke e-cigarettes as their called, dont really need any of this functionality in their devices since they mainly use them purely for smoking, it's nice however to have something a little extra to go with it.
I've looked online for custom firmwares or methods to customise your firmware for these type of devices, but i've only found info on old devices that come with small monochrome screens and the most you can do is upload logos on to the device.
My interests are on how you can access the root of the system built into these devices since it must have a processor and a file sistem inside, how to edit some of these files , per example, you have the option to upload around 100 pictures and some songs ( the memory on it is 2GB ) but there's no way of deleting them once uploaded, in case your storage gets full.
Also it would be nice if users could implement or extent more functionality in the device, par example it only suports .jpeg files in the photo viewer , .png &/or .gif to use as a screen saver would be nice, more so even video playback capability .
And before I get laffed at for asking so much out of an electronic cigarette, I think that since it does come from the factory with all these functionalities and hardware, it's a shame they dont use it to it's fullest.
So is there anyone having any clues on how to "get inside" these devices and tuning them up ?
I've included the latest firmware I could find for the device as well as the program they offer for you to upload it onto the device. If anybody could crack it opn and take a look inside and see at least what's in there, that would be a start.

Categories

Resources