We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Dell Precision 5680 https://ubuntu.com/certified/202306-31665
CPU info: model name : 13th Gen Intel(R) Core(TM) i9-13900H
model name : 13th Gen Intel(R) Core(TM) i9-13900H
I install and boot with kernel 6.1.0-1016-oem based on info from https://ubuntu.com/certified/202306-31665
$ uname -a Linux owenwen-Precision-5680 6.1.0-1016-oem #16-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 08:45:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
My chrome still cannot use camera, I test camera on https://webcamtests.com/
So I am trying to install ipu6-camera-bins and ipu6-camera-hal, hope it could fix my camera
but I don't see bins and hal for ipu_rpl
In build.sh, which IPU_VERSION should I use? Do you have bins and hal for ipu_rpl?
function build_target() { rm -fr build && mkdir -p build && cd build local target=$1 export IPU_VERSION= if [ "$target" = "ipu_tgl" ]; then IPU_VERSION=ipu6 elif [ "$target" = "ipu_adl" ]; then IPU_VERSION=ipu6ep elif [ "$target" = "ipu_mtl" ]; then IPU_VERSION=ipu6epmtl else echo "Error: unsupport the target name : $target" exit -1 fi ...
attach error log of command sudo -E gst-launch-1.0 icamerasrc buffer-count=7 ! video/x-raw,format=NV12,width=1280,height=720 ! videoconvert ! ximagesink
sudo -E gst-launch-1.0 icamerasrc buffer-count=7 ! video/x-raw,format=NV12,width=1280,height=720 ! videoconvert ! ximagesink
error.log
The text was updated successfully, but these errors were encountered:
try using ipu_adl
Sorry, something went wrong.
No branches or pull requests
I am using Dell Precision 5680 https://ubuntu.com/certified/202306-31665
CPU info:
model name : 13th Gen Intel(R) Core(TM) i9-13900H
I install and boot with kernel 6.1.0-1016-oem based on info from https://ubuntu.com/certified/202306-31665
My chrome still cannot use camera, I test camera on https://webcamtests.com/
So I am trying to install ipu6-camera-bins and ipu6-camera-hal, hope it could fix my camera
but I don't see bins and hal for ipu_rpl
In build.sh, which IPU_VERSION should I use? Do you have bins and hal for ipu_rpl?
attach error log of command
sudo -E gst-launch-1.0 icamerasrc buffer-count=7 ! video/x-raw,format=NV12,width=1280,height=720 ! videoconvert ! ximagesink
error.log
The text was updated successfully, but these errors were encountered: