-
The `texassemble` tool is designed to take inputs and produce various complex forms of DDS files including cubemaps. It can also convert cubemaps to various 'cross' form images.
The idea of a new …
-
All .360 videos are converted into equirectangular projection type.
Any .mp4 should be checked to see if it is equirectangular projection type (some are flat)
Therefore, spherical metadata shoul…
-
I think
~~~python
def generate_image_left(self, img, disp):
if self.params.equirectangular_mode:
return bilinear_sampler_equirectangular(img, -disp, self.params.fov)
…
-
**Describe the bug**
When extracting planar projections from equirectangular images there are strange artifacts in the results not present in the originals.
Original image:
![image](https://gith…
-
When final rendering in equirectangular projection (16k x 8k) I observe a dark horizontal line in the middle of the picture.
-
Hello `Matthew Petroff`
I want to replace `equirectangular` to `multiRes`.
here's my current code which is working with `equirectangular`::
let scenes = getListOfExperienceScenes(virtu…
-
If we want to do image segmentation or object detection we want images with a "normal" field of view rather than the 360 equirectangular images like [this one](https://scontent-iad3-1.xx.fbcdn.net/m1/…
-
Hi, Steffen, i have a question and wish to get your advice.
Now i have got a gopro-max camera whose output 360 video is equirectangular(from mp4 file) or EAC(extracted from ffmpeg) and i have no w…
-
Hey,
If I render a video from the GUI with the lens distortion set to equirectangular, it crashes after rendering a few hundred frames. I've tested a few different scenes, and it always quits at a…
-
Hi spatial-media team and other contributers,
I am trying to get youtube to display my 180 degree equirectangular video properly but even changing the paramters such as
FullPanoWidthPixels
FullPan…