Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jinha

Pages: [1]
1
Bug Reports / 1.4.2 linux version problem
« on: May 26, 2018, 05:19:44 AM »
I am currently 1.4.2 version on both Windows and Linux platforms. I am having problems on only linux version at this moment. When I add photos and save the project, photoscan pro occasionally give me error messages showing "Can't save project" window. When I click save button again, then it says "Can't open file: no such file or directory: ......./thumbnails.zip". It only happens on linux version and it is happening randomly.

2
General / Slantrange 3P support
« on: May 26, 2018, 04:41:54 AM »
Any plan to support Slantrnage 3P sensor?
Currently I am processing slantrange 3p sensor data by manually sorting them into 4 different folders and using "add folder" feature to add them as multispectral images. Everything works, but when orthomosaic is generated only master channel is shown in the orthomosaic view window. When I export the orthomosaic, all 4 bands are exported okay, but it would be great if I can check CIR orthomosaic images in the photoscan software.

3
Feature Requests / Re: adding new export options for orthomosaic
« on: July 09, 2017, 09:44:32 AM »
I did some quick research and found out that TMS export option should be very straight forward to implement. Current version export Google Map Tiles as <root_dir>/{z}/{x}/{y}.png format, and all we need to change is {y} value to make it compatible with TMS format using below formula.

{y} for TMS = (2^{z} - 1) - {y} (from Google Map Tile)

I tested this with my own Python program and confirmed that it works great.
I will be more than happy to share my code if that helps implementing TMS orthomosaic output capability.

4
Feature Requests / Re: adding new export options for orthomosaic
« on: July 09, 2017, 08:56:37 AM »
+1. I would like to export orthomosaic in TMS format so that I can easily couple it with leaflet for example.

Pages: [1]