Open nhannguyen051195 opened 5 years ago
Hi, I've just found a workaround looking at source code
var player = window.player = videojs('videojs-panorama-player', {}, function () {});
...
player.panorama({});
...
var coords = {
lat: player.getChild('Canvas').lat,
lon: player.getChild('Canvas').lon
}
Hi, is there anyway to add marker by clicking on the video?