MitySOM-5CSX VDK for Basler dart BCON Revision History¶
Note : To access files you need to have a registered account on this site. You can register for an account using the link on the top right of this page.
Date | Single Camera SW | Single Camera SD-Card Image | Dual Camera SW | Dual Camera SD-Card Image | Tool Kit Download |
---|---|---|---|---|---|
08-03-2017 | 40-000120-pre-release | sd_card.img.gz | N / A | N / A | See Files Tab |
08-21-2017 | 40-000120-1 | sd_card.img.gz | 40-000131-1 | sd_card_dual.img.gz | linux 64-bit installer |
40-000120-1 / 40-000131-1 [2017-08-21]¶
Change Log¶
The following toolchain was used to build the FPGA and bootloader software.
- FPGA built with Quartus 17.0
- ARM software built with DS-5 tools provided with Quartus SoC EDS 17.0
- Linux software built using gcc 5 under the yocto krogoth filesystem release
- All libraries and header files are included in yocto installation package to support building example projects
Added Features¶
- Added basic support for dual camera operation using daA1280-54bm cameras.
Bugs Fixed¶
- Catch exceptions on startup that may be thrown by Pylon library more gracefully.
- cleaned up several marked "todo" items in the code base.
Known Issues¶
- The M.2 PCIe interface is not yet tested.
- There is no clean way to identify the position of installed cameras (i.e., slot 0 or 1) aside from serial number or using unique camera types.
- The MityCAMBconAdapter library abstraction for streaming has a couple of open items related to setting timestamp and offset information.
- The meta layer and relevant source tarballs are not yet published to support building entire yocto filesystems from scratch.
Go to top