egjs-view360 icon indicating copy to clipboard operation
egjs-view360 copied to clipboard

360 integrated viewing solution

Results 31 egjs-view360 issues
Sort by recently updated
recently updated
newest added

## Description My Cylindrical panorama image dimensions are 10141 x 2741, when I use the Panoaram projection type, the view is not circular in motion. Are there any settings to...

Is it possible drag hotspot from point a to point b. And after reached point b get yaw and pitch.

## Description Hi, I am trying to create a hotspot from front end!!! Suppose a user wants to add a hotspot anywhere on the 360 images, he should be able...

When initializing PanoViewer on Safari, using videojs w/ hls playback, with my complicated setup (haven't been able to simplify a codepen down to recreate it), I'm getting this error when...

:bookmark:3.x

## Description Right now if you use the keyboard (awsd / arrow keys) to change the position, it's very choppy. Would it be possible to add some smoothness/animation to it?...

feature-request
stale

I came across egjs-view360, and it looks very promising! In addition to #381 the only missing feature is built-in auto-rotate (autoCruise) options. You already have an example [custom-control.html](https://naver.github.io/egjs-view360/examples/panoviewer/controls/custom-control.html) using custom...

feature-request
stale

egjs-view360 skews the video. The content in the center is smaller than it should be, and the closer you get to the edges the more the content is stretched. Demo...

:hand: Suggestion
wontstale
:bookmark:3.x

## Description How can I use React components along with VideoJS like in your example https://naver.github.io/egjs-view360/examples/panoviewer/etc/videojs.html ? I have components: ```jsx export const useVideoJS = (videoJsOptions) => { const videoNode...

🌐 PanoViewer (v3)
:bookmark:3.x

Calling PanoViewer.SetImage resets orientation to (0,0,0). It would be convenient for applications move between images to preserve orientation. This workaround doesn't work: ```js var orientation = { yaw: panoViewer.getYaw(), pitch:...

:hand: Suggestion
wontstale
:bookmark:3.x

## Description How do I get the pitch and yaw on mouse click to create dynamic hotspots?