|
Balluff - BVS CA-SF Technical Documentation
|
| CPU | ARM Cortex-A57 @ 2GHz NVIDIA Denver2 @ 2GHz |
| Cores | 4 2 |
| RAM | 8GB |
| USB2.0 Interfaces | 1 |
| USB3.0 Interfaces | 1 |
| Ethernet | 10/100/1000 MBit |
| PCIe | 1x4 + 1x1 | 2x1 + 1x2 Gen 2.0 |
Please refer to Increasing Kernel memory to learn about how to calculate a suitable USB kernel buffer memory for your application. Normally, for a single-camera application, a value of 256 MB should be adequate. To increase the value permanently on NVIDIA Jetson™ platforms, append the calculated usbcore.usbfs_memory_mb as boot parameter in /boot/extlinux/extlinux.conf to "APPEND", e.g.:
APPEND ${cbootargs} usbcore.usbfs_memory_mb=256 In some cases the operating system might auto-suspend the USB device to save power. This might result in data loss during the acquisition sometimes. To permanently disable this power saving mode, append usbcore.autosuspend=-1 as boot parameter in /boot/extlinux/extlinux.conf to "APPEND", e.g.:
APPEND ${cbootargs} usbcore.autosuspend=-1The following tests have been performed using different de-Bayering scenarios to achieve the max. FPS while maintaining 0 lost images. The CPU load during the acquisition is also documented below.
Scenarios that have been tested are listed as follows:
| Camera | Resolution | Pixel Format | Frame Rate [Frames/s] | Bandwidth [MB/s] | CPU Load |
| mvBlueFOX3-2032C | 2064 x 1544 | RGB8 (on camera) → RGB8 (on host) | 25.20 | 240.92 | ~37% |
| |||||
| |||||
| Camera | Resolution | Pixel Format | Frame Rate [Frames/s] | Bandwidth [MB/s] | CPU Load |
| mvBlueFOX3-2032C | 2064 x 1544 | BayerRG8 (on camera) → RGB8 (on host) | 119.21 | 379.86 | ~88% |
| |||||
| |||||
| Camera | Resolution | Pixel Format | Frame Rate [Frames/s] | Bandwidth [MB/s] | CPU Load |
| mvBlueFOX3-2032C | 2064 x 1544 | BayerRG8 (on camera) → BayerRG8/Raw (on host) | 119.20 | 379.90 | ~40% |
| |||||
| |||||