pni-libraries / pnitools

Automatically exported from code.google.com/p/pnitools
GNU General Public License v2.0
0 stars 0 forks source link

Failure to read Prosilica test data #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
detops refuses to open a TIF file generated from a Prosilica camera. 
The program exists with 

$> detops testar_00000.tif
Exception: file_error

Description:
Unable to construct reader for file testar_00000.tif!

Exception thrown by:
/home/wintersb/Development/HDRI/pnitools/src/detops/io_utils.cpp        114     
image_type read_image(const file&)

which is strange as detinfo can handle the file. 

Original issue reported on code.google.com by eugen.wintersberger@gmail.com on 29 Nov 2013 at 12:48

GoogleCodeExporter commented 9 years ago

Original comment by eugen.wintersberger@gmail.com on 29 Nov 2013 at 12:49

GoogleCodeExporter commented 9 years ago
The file that causes the issue has been added to the test data set for pnitools 
(29.11.2013)

Original comment by eugen.wintersberger@gmail.com on 29 Nov 2013 at 12:51

GoogleCodeExporter commented 9 years ago

Original comment by eugen.wintersberger@gmail.com on 29 Nov 2013 at 1:18

GoogleCodeExporter commented 9 years ago
It seems that the Prosilica Tango Server is writing 16Bit data instead of 8Bit. 
Need to check if this bug is still present in the current implementation of the 
server.

Original comment by eugen.wintersberger@gmail.com on 29 Nov 2013 at 1:46