Anything pertaining to computer-graphics techniques used to build a 360-degree panoramic image and related tools.
Questions tagged [360-degrees]
192 questions
16
votes
4 answers
How to play 360 video on the iOS device
Looking through different web sites and analyzing different resources I found out that for playing 360 videos on the iPhone you should use 3-d party lib (Panorama). But I'm really interested in how it is possible to do it by your own. Because…

Oleg Gordiichuk
- 15,240
- 7
- 60
- 100
15
votes
2 answers
Is there a fisheye or dual fisheye to equirectangular filter for ffmpeg?
Or a way to do it with an existing filter? So that you could take in video from a fisheye or dual fisheye camera (such as the Ricoh Theta) and directly output equirectangular, in real-time, to something like RTMP?

Dan Pisarski
- 337
- 1
- 2
- 10
12
votes
1 answer
Detect 360 degree video
I want to Detect 360 degree video
I want to find if the video format is 360 degree and based on that manage the player supported the 360 degree
So anybody can help ?

Harshketu
- 351
- 2
- 13
11
votes
5 answers
Getting the difference between two headings
I have this method for figuring out the difference between 2 0-360 compass headings.
Although this works for figuring out how far absolutely (as in, always positive output) off I am, I am having trouble figuring out what needs to be done to…

chris12892
- 1,634
- 2
- 18
- 36
11
votes
3 answers
Create a 360 degree, interactive product preview
I feel like I am going to be out of context of this forum, if I am please do direct me to the right direction.
I was to create a 360 degree rotating product preview for a website. eg:…

Zeeshan Rang
- 19,375
- 28
- 72
- 100
6
votes
2 answers
How can I fix my compass application that makes a complete turn when going 359° from 0°?
I am creating a compass application in swiftUI. It works, but when I add animation to move the compass, the behavior below appears:
For example, when it goes from the 5° orientation to 350° it decides to do a complete turn. It is not the natural…

Guillaume
- 1,500
- 3
- 24
- 33
6
votes
3 answers
Is it possible to play 360 Degrees Html5 videos working with gyroscope sensor on mobile browsers
Is it possible to play html5 360 degrees videos works with gyroscope on mobile browsers like facebook 360 degrees videos ?
I made some research. So far i found some plugins on github but they are not working with gyro. Axis, Valiant..

Erdal SATIK
- 652
- 2
- 9
- 32
5
votes
2 answers
How to de-warp 180 degree or 360 degree fisheye video with ffmpeg?
Let's say I have video from an IP-camera that has a 180 degree or 360 degree fisheye lens and I want to dewarp the image in some way. Ideally I would be able to select some rectangular area of the input image and dewarp that into a "normal" looking…

John Allard
- 3,564
- 5
- 23
- 42
5
votes
1 answer
Record 360° video in unity is not equirectangular
I have a timeline project in Unity 2018.2.10f1. I use the Unity Recorder to export 360° video. This is the settings:
But the output is not equirectangular and cannot be played as 360° video:
What is wrong and how to fix it? Thank you
2:1…

Leos Literak
- 8,805
- 19
- 81
- 156
5
votes
0 answers
Google VRView video controls
I have implemented Google VRView and have 360 video playback in an app I am working on. Playback is great, but I am missing video controls (which isn't advertised, so they of course could simply not be an option). Are video controls (basics like…

Daniel
- 199
- 1
- 9
5
votes
2 answers
Is there a Youtube 360 API
I would like to set up a javascript listener on an iframe youtube 360 video player that would capture the pan/tilt coordinates of the 360 panorama that is being rotated.
Does anyone know if this is possible or some documentation for an api of the…

Rob M
- 67
- 1
- 4
5
votes
2 answers
Android: 360 degrees view of one object
Is there any way to create a 360 degree object view from photos? I have a set of 71 photos of a single car viewed from different angles. I want to combine them and be able to rotate the car when touching the screen seeing it from different…

Catalin H
- 215
- 4
- 14
5
votes
4 answers
How to play 360º video in iPhone SDK
Before downvote please read the question, I also see other question but doesn't find useful.
I have a requirement in my current app, where i needed to play 360º video (Like Panorama). one app on app store doing same Name…

Mangesh
- 2,257
- 4
- 24
- 51
4
votes
1 answer
Maximum difference in headings per group
I have a data.table with information about (360-degrees) headings per group.
library(data.table)
dt <- data.table(headings = c(340,0,20,90,180,270,91), grp = c(1,1,1,2,2,2,2))
headings grp
1: 340 1
2: 0 1
3: 20 1
4: …

Jeppe Olsen
- 968
- 8
- 19
4
votes
5 answers
How to add & show 4d image in web site with css
all. I'm working on my website. I made a banner of moving image, my problem is that, I want to show a 4d or 5d image for my animating banner.
OPZET India is my wesite.
my snippet is here.