You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When feeding Eyesis_Correction with a xml containing sourcePaths pointing to jp4 from a single module (other than module 1) PixelMapping.java complains about subCamera >= cam_port_arr.length
Rurik, I see. I'll look into it - this change was caused by adding support for 393 series cameras, where there is one more level of hierarchy - sensor port. And the software start with enumerating IP+port combinations - the JP4 index in the camera was already recorded with sequential numbers, regardless of IP/port. Currently we have 3 system boards and so 3 IPs, first 2 with 4 ports each, each port having 3 sensors. The third IP has just 2 ports (#2 and #3), each with just one sensor.
So we'll need to make system enumerate all IPs/ports, not only those selected.
Andrey
---- On Tue, 07 Feb 2017 22:35:29 -0800 Rurik Bugdanov <notifications@github.com> wrote ----
In the current master and dct branches,
When feeding Eyesis_Correction with a xml containing sourcePaths pointing to jp4 from a single module (other than module 1) PixelMapping.java complains about subCamera >= cam_port_arr.length
here:
https://github.com/Elphel/imagej-elphel/blob/master/src/main/java/PixelMapping.java#L178
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
In the current master and dct branches,
When feeding Eyesis_Correction with a xml containing sourcePaths pointing to jp4 from a single module (other than module 1) PixelMapping.java complains about subCamera >= cam_port_arr.length
here:
https://github.com/Elphel/imagej-elphel/blob/master/src/main/java/PixelMapping.java#L178
The text was updated successfully, but these errors were encountered: