Skip to content
New issue

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

which IPU_VERSION should I use if building for Intel Gen 13(RPL)? #86

Open
wenchiching opened this issue Nov 9, 2023 · 1 comment
Open

Comments

@wenchiching
Copy link

wenchiching commented Nov 9, 2023

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

$ 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

error.log

@striczkof
Copy link

try using ipu_adl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants