commit 194e19c16085e1eb43f8cfc95e09e5a0eac33be5
Author: Kate Hsuan <hpa(a)redhat.com>
Date: Mon May 8 17:42:50 2023 +0800
Fix settings for Tiger lake CPU
ipu6-camera-hal.spec | 5 ++++-
v4l2-relayd-tgl | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ipu6-camera-hal.spec b/ipu6-camera-hal.spec
index c2ba6c7..b4c0b57 100644
--- a/ipu6-camera-hal.spec
+++ b/ipu6-camera-hal.spec
@@ -9,7 +9,7 @@ Name: ipu6-camera-hal
Summary: Hardware abstraction layer for Intel IPU6
URL:
https://github.com/intel/ipu6-camera-hal
Version: 0.0
-Release: 8.%{commitdate}git%{shortcommit}%{?dist}
+Release: 9.%{commitdate}git%{shortcommit}%{?dist}
License: Apache-2.0
Source0:
https://github.com/intel/%{name}/archive/%{commit}/%{name}-%{shortcommit}...
@@ -104,6 +104,9 @@ install -p -D -m 0644 %{SOURCE3}
%{buildroot}%{_datadir}/defaults/etc/ipu6/v4l2-
%changelog
+* Mon May 08 2023 Kate Hsuan <hpa(a)redhat.com> - 0.0-9.20221112gitcc0b859
+- Fix settings for Tiger lake CPU
+
* Wed Mar 22 2023 Kate Hsuan <hpa(a)redhat.com> - 0.0-8.20221112gitcc0b859
- Included v4l2-relayd configuration examples
diff --git a/v4l2-relayd-tgl b/v4l2-relayd-tgl
index ba68306..4453b45 100644
--- a/v4l2-relayd-tgl
+++ b/v4l2-relayd-tgl
@@ -3,7 +3,7 @@ VIDEOSRC="icamerasrc"
#SPLASHSRC="filesrc location=/.../splash.png ! pngdec ! imagefreeze num-buffers=4 !
videoscale ! videoconvert"
# Output format, width, height, and frame rate:
-FORMAT=YUV2
+FORMAT=YUY2
WIDTH=1280
HEIGHT=720
FRAMERATE=30/1