luxonis / depthai-viewer

Log images, point clouds, etc, and visualize them effortlessly. Built in Rust using egui
https://rerun.io
Apache License 2.0
26 stars 2 forks source link

Missing downlevel flags #49

Open Erol444 opened 4 months ago

Erol444 commented 4 months ago

When running the depthai-viewer, a customer gets this error:

WARN  wgpu_core::instance] Missing downlevel flags: DownlevelFlags(SURFACE_VIEW_FORMATS)
    The underlying API or device in use does not support enough features to be a fully compliant implementation of WebGPU. A subset of the features can still be used. If you are running this program on native and not in a browser and wish to limit the features you use to the supported subset, call Adapter::downlevel_properties or Device::downlevel_properties to get a listing of the features the current platform supports.

Computer/OS specs: image

zrezke commented 4 months ago

@Erol444 Do we have the full log for this issue? I have started a build with the downlevel flag removed - you can send the wheels over for them to try once the wheels are built.... https://github.com/luxonis/depthai-viewer/actions/runs/8269818869 ...

Goofy222333 commented 3 months ago

Hi, Erik created this issue for me, how can I test the change you made? Thanks.

zrezke commented 3 months ago

Hi @Goofy222333 You can test the changes by downloading the zip file found under "Artifacts" in this run: https://github.com/luxonis/depthai-viewer/actions/runs/8269818869

Direct download link

After downloading, unzip the archive. Open a terminal at the location of the unzipped files and pip install the wheel file using:

pip install .\depthai_viewer-0.1.6-cp38-abi3-win_amd64.whl

Hope this works for you.

zrezke commented 3 months ago

@Goofy222333 I see that you can't download this file. I created a google drive link where you can access it: https://drive.google.com/file/d/1VjojE8LksHL2ofwEsBgN1tRv94AWpJe1/view?usp=sharing

Goofy222333 commented 3 months ago

@zrezke https://github.com/zrezke The file Wheels(11) is empty.

zrezke commented 3 months ago

@Goofy222333 Huh - I see.. Please use this link: https://drive.google.com/file/d/1VjojE8LksHL2ofwEsBgN1tRv94AWpJe1/view?usp=sharing

Goofy222333 commented 3 months ago

@zrezke Hello. Sorry but it still gives the same error. Please find enlosed the logs of the installation and of the starting of the viewer. Please note that the DepthAI demo is working fine. Install Wheel.txt Start DepthAI Viewer.txt

Goofy222333 commented 2 months ago

@zrezke Hello Filio. Any new on this issue?

zrezke commented 2 months ago

@Goofy222333 I think you opened the wrong version of the viewer: you opened it via the launcher, which launches a different depthai-viewer version, not the one you installed via pip. You should start the viewer via the following command in CMD: python -m depthai_viewer in order to use the corrected version. Please try this, sorry for the late reply-