Hello Tao,

I'll try to reproduce your issue. Can you describe the full sequence how you 
were installing ImageJ plugin, what version of the operating system you have.

Andrey

---- On Mon, 19 Mar 2018 19:26:13 -0700 Tao 
Zhang<[email protected]> wrote ---- 

    Hi Andrey,
 We have tried many times to bring up your ImageJ plugin but failed. Can you 
help us solve this issue. We now blocked by it. Thanks!
  
  Tao Zhang
 章   涛
 
  
   发件人: Allen Yin 
 发送时间: 2018年3月13日 11:15
 收件人: Elphel Support <[email protected]>
 抄送: Winston Zhang <[email protected]>; Tao Zhang 
<[email protected]>; Qun Gu <[email protected]>; 
Pioneer Li <[email protected]>
 主题: 答复: sync stereo with lidar
 
 
  
 Hi Andrey,
  
 When I setup the ImageJ plugin develop environment,  I meet “cannot find 
Aberration_Calibration” issue
  
 Attached is some configuration of eclipse, could you please help me to solve 
it.
  
  1.     “1.jpg” and “2.jpg” are the eclipse.ini, is this right?
  
  2.     “3.jpg” is the run configuration 
  
  
 Thanks,
  
 Allen Yin
  
  
  
  
   发件人: Elphel Support <[email protected]> 
 发送时间: 2018年3月10日, 星期六 0:53
 收件人: Allen Yin <[email protected]>; Elphel List 
<[email protected]>
 抄送: Winston Zhang <[email protected]>; Tao Zhang 
<[email protected]>; Qun Gu <[email protected]>; 
Pioneer Li <[email protected]>
 主题: Re: [Elphel-support] 答复: 答复: 答复: 答复: 答复: 答复: sync stereo with lidar
 
 
  
  Hello Allen,
 
 What exactly problems do you have with ImageJ? The code you need is in one 
file, here is the method  
https://git.elphel.com/Elphel/imagej-elphel/blob/master/src/main/java/JP46_Reader_camera.java#L415
 
 You see, there are several programs to convert JP4 (Google created their own 
that we do not have access to), and ourselves we use the ImageJ version, so it 
is the most current. Over the years we added more data to Exif (mostly to 
MakerNote field), and the ImageJ version opens current as well as older 
versions (conditions like if (MakerNote.length>=14) {...)
 
 Boolean COMPOSITE marks composite frames as in Eyesis4pi - the single image 
contains 3 vertically merged individual images).
 
 I would still recommend to install ImageJ (we can try to help with specific 
problems), and then use it as a reference for you code.
 
 Andrey
 
 
 ---- On Fri, 09 Mar 2018 00:54:11 -0800 Allen Yin 
<[email protected]> wrote ---- 
     Hi Andrey,
  
 If I want to get gamma conversion parameters from EXIF data , can I use 
“identify” command in Linux?  Or I can only use ImageJ plugin. 
  
 I try to use ImageJ and plugin, it’s difficult to setup the environment.
  
 Attached is  EXIF data get by “identify”, how to get the gamma value?
  
 Thanks,
  
 Allen Yin
  
   发件人: Elphel Support <[email protected]> 
 发送时间: 2018年3月8日, 星期四 10:37
 收件人: Winston Zhang <[email protected]>
 抄送: Elphel Sales | Olga Filippova <[email protected]>; Tao Zhang 
<[email protected]>; Qun Gu <[email protected]>; 
Pioneer Li <[email protected]>; Allen Yin 
<[email protected]>
 主题: Re: 答复: 答复: [Elphel-support] 答复: 答复: 答复: sync stereo with lidar
 
 
  
  Hello Winston,
 
 Tomorrow Oleg will try to reproduce your settings - so far we did not have 
such problems.
 
 BTW, you can set same parameters on multiple ports simultaneously, using 
"Broadcast Mask" (hex number 0..f)
 Port 0: 1
 port 1 - 2
 port 2 - 4
 port 3 - 8,
 
 So broadcast mask 3 will set the same mode on ports 0 and 1.
 
 About bits I tried to explain in the previous messages and the "How many 
bits..." in the article.
 
 Sensor provides 12 bits, and each bit is important in the shadows. But not in 
the bright light because of the shot noise that is caused just by the fact that 
each pixel can store only integer number of electrons. And so while all bits 
are important, there are not 4096 meaningful levels for each pixel, but 
significantly less (see "How many bits..."). Gamma conversion uses non-linear 
scale to represent pixel values with steps proportional to the shot noise 
(steps are smaller). The gamma conversion parameters are saved in the Exif 
header of the JP4 file, and if you open files with ImageJ plugin, it takes care 
of the Exif data and restores linear data proportional to the pixel raw values, 
then you can save it as  32-bit Tiff file.
 
 Andrey
 
 
 
 
 > Hi, Andrey
 > I met a new question. I set ‘Color’ parameter with the five(it could get 
the jp4 format image)on one camera, and this camera image format was converted. 
But when I set the other one, this camera image format was not converted. 
Please help me test for it. 
 > Another question
 > What is the raw jp4 format image with 100% compression bit wide? I read 
it and the result show the bit wide is uint8. But you web shows that the bit 
wide is 12bit.
 > 
 > 
 > 
 > 
 > Best Regrad!
 > Yicheng-Zhang
 > Email: [email protected]
 > Teil: 18516291005
 > Addr: 707 room, 7th floor, building 4th, No.1761, Zhangdong road, Pudong 
area
 
  
 
 _______________________________________________ 
 Support-list mailing list 
 [email protected] 
 http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com 
 
   
 
  
 
  
 
 _______________________________________________ 
Support-list mailing list 
[email protected] 
http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com 





_______________________________________________
Support-list mailing list
[email protected]
http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com

Reply via email to