Skip to content

Commit 7242462

Browse files
Merge branch 'release/2023-2-beta' into main
# Conflicts: # README.md # avt-csi2-3.c
2 parents b06d881 + c3d552d commit 7242462

File tree

4 files changed

+139
-110
lines changed

4 files changed

+139
-110
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
obj-m := avt-csi2-3.o
22

3+
ccflags-y := -Werror
34
#obj-m += startstop.o
45
#startstop-objs := start.o stop.o
56

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Alvium CSI2 driver
22

33
## Overview
4-
This repository contains the source code of the linux Alvium CSI2 driver module version 2023-1-beta.
4+
This repository contains the source code of the linux Alvium CSI2 driver module version 2023-2-beta.
55

66
THE SOFTWARE IS PRELIMINARY AND STILL IN TESTING AND VERIFICATION PHASE AND IS PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS AND IS BELIEVED TO CONTAIN DEFECTS. A PRIMARY PURPOSE OF THIS EARLY ACCESS IS TO OBTAIN FEEDBACK ON PERFORMANCE AND THE IDENTIFICATION OF DEFECT SOFTWARE, HARDWARE AND DOCUMENTATION.
77

@@ -10,17 +10,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1010
## Compatibility
1111
This release is compatible with:
1212
- i.MX 8M Plus EVK with i.MX Yocto Project BSP Rev. 5.15.52-2.1.0
13+
- Xilinx ZCU106 with Xilinx Yocto 2022.2
1314
- Alvium MIPI CSI-2 cameras with firmware 11.1 or higher
1415

15-
You can use 2 Alvium cameras at the same time if resolution of each camera is less than 4 MP. This is a restriction of the SOM's hardware.
16-
1716
## Getting started
1817

1918
For getting started use the Allied Vision Alvium Yocto Layer: [meta-alvium-avt](https://github.com/alliedvision/meta-alvium-avt)
2019

2120
## Known issues
22-
- General: Auto exposure is not available.
2321
- General: On startup, the image size is set to 720 x 480.
2422
- i.MX 8M Plus: Pixel formats not supported by the camera are listed and selectable.
2523
- i.MX 8M Plus: When triggering with the v4l2 controls, the first frame is missing.
2624
- i.MX 8M Plus: Maximum width of an image: 4096 pixels when only port 1 is used. Maximum width with both ports: 2048 pixels.
25+
- Xilinx ZCU106: The prebuild image does only support streaming with YUV422.

0 commit comments

Comments
 (0)