axis360 icon indicating copy to clipboard operation
axis360 copied to clipboard

Tutorials/Examples

Open jwerle opened this issue 10 years ago • 4 comments

jwerle avatar May 15 '15 12:05 jwerle

+1 I would be really interesting in any examples for playing stereoscopic images

KyleKing avatar Feb 03 '16 13:02 KyleKing

Hi, Do you any example? I'm trying something very basic and I'm always seeing either a black screen or just one time I got rendered a frame as an image but never a video. I have tried a lot of stuff with no success.

My code is:

$(document).ready(function () { var domElement = document.querySelector('.normal.video');

    var frame = new Axis(domElement, { preload: true, crossorigin: "anonymous" });

    frame
    .src('http://360.littlstar.com/production/a0a5746e-87ac-4f20-9724-ecba40429e54/web.mp4')
    .height(500)
    .width(500)
    .render()
    .once('ready', function () {
        frame
        .play();
    });
});

Where the DOM element is a DIV. I have also tried a video tag.

UPDATE: For that URL video I pasted, I got rendered a panomaric 360 image, but never the whole video.

rolodt avatar Mar 22 '16 14:03 rolodt

@rolodt which browser are you using?

jwerle avatar Mar 22 '16 19:03 jwerle

+1

ghost avatar Jun 22 '16 22:06 ghost