Posts by vope

    If alpha would be enabled for the tiled images we could create higher res masks by our self.
    Just create normal vtour in krpano and key out or what ever the mask, save as png with transparency.

    Rename jpg to png in the xml and ready

    <image>
    <cube url="xxx/xxx.tiles/pano_%s.png" />
    </image>


    Klaus
    You think its possible to enable alpha for the tiled images?


    Best
    Peter

    Hi Klaus

    I work with the german keyboard layout. The logkey is on my layout the circumflex ^ key.
    When I show the log window in the browser with the ^ key, and switch back to my code editor start coding it brings my always a ^ at the beginning.
    I have to manually delete this circumflexes. Sometimes I forget and that brings me errors im my conde.
    Its possible to change the logkey to somewhrere else?


    Beste regards
    Peter

    Hi Klaus

    The zoomlevel is not correct for cylidnrical panos in 1.20,3.
    My settings are -> maxpixelzoom="1.0" fovmin="70" fovmax="140"
    But I can not zoom into the pano.

    I have to adjust maxpixelzoom to 20 that I get same zoom level as before.
    Quality seems to be ok. I could not see any quality loss in the pano.

    It happens only to cylindrical panos, sperical panos are not affected.


    Best regards
    Peter

    Hi Klaus


    The preview Image (preview.jpg) is not shown on startup since krpano 1.2x.
    When I start the the tour display is black, Then loads the tiled images. In krpano 1.6 and below, the preview image was shown on startup then it loads the tiled images.
    Is there a way to show the preview on startup?

    Best regards
    Peter


    P.S.
    You can easily reproduce this by renaming the the preview image, or rename it in the tour.xml.
    The tiled images loads, after loading the tiled images the error message comes, that the preview image is missing.
    It should be the opposite way. First preview, then the tiled images.
    Im still searching for a way how to load the preview first.

    Hi together
    I've just tested oversampling with the oculus go.
    For me oversampling 2.0 gives best results in oculus go.

    In my Gear VR with the Samsung Galaxy Note 4 result is also good.
    Only problems I have is in my Oculus Rift on Win 10 Firefox 60.0, GTX 970.On my left eye I have only the upper half of the image, on my right eye only black.
    This hapens when I set oversampling over 1.4.
    1.4 is ok on Rift 1.5 not.
    Can somebody confirm?
    Is it general oversampling problem, or hardware problem on my side (old graphics)?

    Best
    Peter

    Hi Klaus

    I've tested the pr14 with my Samsung Galaxy Note 4.
    When I start the tour in portrait and roate to landscape, fullscreen starts
    correctly (and it shows me also the icon in the playerbar).
    When I rotate back to portrait fullscreen ends (and it shows me also the icon
    in the playerbar), but it doesn't resize to fullscreen.
    I have around 10% black screen on the bottom side (see screenshot).

    When I enter fullscreen manually before I rotate it doesn't exit fullscreen when I rotate back to portrait and it resizes correctly.


    Problem happens to me on Samsung Galaxy Note 4 on:
    Chrome 63.0.3239.111
    Chrome canary 65.0.3309.0
    Opera 44.1.2246.123029

    No issues with :
    Samsung internet 6.2.01.12
    Opera mini 32.0.2254.122976
    Firefox 57.0.1


    When I replace the tour.js with the tour.js generated from version pr13 it solves me the problem.
    But thats probably not the solution *tongue*


    Best regards

    Hallo zusammen

    Es hängt mit dem event "skin_events" in der vtourskin.xml zusammen.

    Die Message wird im "skin_events" Events über onnewpano="skin_showloading(true); generiert.

    Wenn aber wenn ein Panorama Video aufgerufen wird, dann zieht onloadcomplete="skin_showloading(false);" nicht und die loading Message bleibt auf dem Bildschirm bestehen.
    Es sei denn ich kehre zurück auf ein Panorama Bild, dort scheint es zu Funktionieren.

    Warum das so ist kann ich nicht sagen, gibt es niemand der das Problem auch schon einmal hatte?

    Hallo Forum

    Ich habe ein 360 Grad Video, dass ich von einem Panoramabild aus über einen Hotspot aus aufrufe. Funktioniert auch, jedoch habe ich auf meinem Bildschirm eine grosse "loading..." Message, die einfach nicht weg gehen will.

    Ich habe eine main xml in die ich die video xml includiere.
    In der video xml ist dann die scene definiert die von der main xml als hotspot aufgerufen wird.
    <scene name="video_scene" ...>

    <plugin name="video" ..... />

    <image hfov="360" vfov="180" devices="panovideosupport">

    <sphere url="plugin:video" />

    </image>

    <view hlookat="0" .... />

    </scene>

    Wie gesagt funktioieren tut es, ich habe nur diese "loading..." Message, die einfach nicht verschwinden will...


    Danke für eure Hilfe :)
    Peter


    P.S.
    Es muss mit dem scene tag zusammen hängen. Wenn ich die video xml aus einem html aufrufe (also nicht als einen Hotspot) dann habe ich "loading..." Message nicht.


    P.S.
    Ich habe eine Action gebaut mit der ich über loadpano() die xml mit meinem Video aufrufe.
    Dadurch konnte ich das scene tag in der video.xml entfernen mit der Hoffnung so die "loading..." Message weg zu bekommen.
    Leider ohne Erfolg, die Message ist immer noch da *sad*
    Was mache ich falsch??

    Ich habe mir die neue 1.19-pr2 Version runtergeladen und festgestellt, dass wenn ich das Projekt in der VR anschaue das loading nicht habe. (aber nur in der VR)

    Hi
    I have similar problems in my project.

    1)
    As descibed, when I dont include the videoplugin and skin into the scene, video flattens out.
    <plugin name="video" ..... />
    <scene name="video_scene" ...>
    <image hfov="360" vfov="180" devices="panovideosupport">
    <sphere url="plugin:video" />
    </image>
    <view hlookat="0" .... />
    <scene>

    2)
    When I include the videoplayer and skin in the <scene> tags I just get a black screen:
    <scene name="video_scene" ...>
    <plugin name="video" ..... />
    <image hfov="360" vfov="180" devices="panovideosupport">
    <sphere url="plugin:video" />
    </image>
    <view hlookat="0" .... />
    <scene>

    3)
    When I use an external xml file (with the structure like decribed in 2) and I will include that scene in my main xml file <include url="../xxx/xxx/video.xml" /> then the video, navigation and hotspots works correcty, but I have a "loading..." message on my screen.

    Cant find a solution for that and happy for help..

    Best
    Peter