diff options
author | Umang Jain <umang.jain@ideasonboard.com> | 2021-07-30 16:31:54 +0530 |
---|---|---|
committer | Umang Jain <umang.jain@ideasonboard.com> | 2021-08-04 09:03:37 +0530 |
commit | 5fd4bb03371abe3b804462abe2df51f2cedba534 (patch) | |
tree | 36e90f3a91614e20e409a437dc78e56b4d44821d /src | |
parent | 79abef20640fe7ab5a01ec1f4e95ec56b5743b0d (diff) |
android: nautilus: Add camera HAL configuration
Nautilus has two in-built cameras, one UVC and one attached to IPU3.
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/android/data/nautilus/camera_hal.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/android/data/nautilus/camera_hal.yaml b/src/android/data/nautilus/camera_hal.yaml new file mode 100644 index 00000000..faddd29e --- /dev/null +++ b/src/android/data/nautilus/camera_hal.yaml @@ -0,0 +1,8 @@ +cameras: + "\\_SB_.PCI0.I2C2.CAM0": + location: back + rotation: 0 + + "\\_SB_.PCI0.XHCI.RHUB.HS09-9:1.0-04f2:b647": + location: front + rotation: 0 |