Suchergebnisse
Suchergebnisse 1-6 von insgesamt 6.
Hi Klaus, Thanks a lot for the very detail answer. We have also open a post on cocoon forum : https://forums.cocoon.io/t/why-krpano-vi…on-webview/6515 From what i have test : - our krpano app works perfectly when lunch on a local node.js server. - when we replace the totaltime var manually by using set(t2, 183); all works perfectly in cocoon webview+. So krpano is unable to access the video info of cocoon webview+ DOM. Cocoon webview+ is base on crosswalk which is not maintain anymore, and many ...
Hi, We're actually working on a 360 player inside cocoon/cordova for android and iOS. But we're having trouble making the timeline work, as it seems that the variable : plugin[video].totaltime is always equal to 0 or not working properly when embedded in the chromium webview+ of cocoon ( crosswalk based ). plugin[video].time appears fine, and we can scrub the video as well. But the timeline display is stuck at the beginning and totaltime displays 0 We're using krpano-1.19-pr13 base example video...
Thanks for your answer klaus ! :)
That would be great to be able to use the krpano tools with the following image format : - .tif 16 bit / 32 bit float RGB and RGBA http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf - .exr 16 bit / 32 bit float RGB and RGBA https://github.com/openexr/openexr Cheers E
tiff 8 bit integer doesn't work also. - i get correct RGB channel - incorrect Alpha ( full white ) can anyone confirm me that the cube2sphere command doesn't work with Alpha channel ? Thanks for your time ! Cheers E
Hi guys , I am trying to use the cube2sphere command : http://krpano.com/tools/kcube2sphere/#top The doc specify that it support : - tiff - 8 or 16bit integer format - RGB or RGBA I am trying to create a 16 bit integer tif RGBA image and alpha is not working.The RGB channel are generated correctly. I would like to know what i am doing wrong ? Cheers Emmanuel