Martin20150405 / Pano360

Pure Java library to play 360 degree panorama video / photo (VR video) on Android. Using OpenGL ES 2.0 -安卓全景视频/图片播放器
MIT License
625 stars 170 forks source link

怎么去掉水印 #29

Open twentyT opened 5 years ago

twentyT commented 5 years ago

怎么去掉智障科技水印

Martin20150405 commented 5 years ago
Pano360ConfigBundle configBundle=Pano360ConfigBundle
                .newInstance()
                .setFilePath(filePath)
                .setMimeType(mimeType)
                .setPlaneModeEnabled(planeModeEnabled)
                //set it false to see default hotspot
                .setRemoveHotspot(true)
                .setVideoHotspotPath(videoHotspotPath);

check this, you need to remove default hotspot