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

Missing downlevel flags #49

Open
Erol444 opened this issue Mar 13, 2024 · 9 comments
Open

Missing downlevel flags #49

Erol444 opened this issue Mar 13, 2024 · 9 comments

Comments

@Erol444
Copy link
Member

Erol444 commented Mar 13, 2024

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
Copy link
Collaborator

zrezke commented Mar 13, 2024

@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
Copy link

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

@zrezke
Copy link
Collaborator

zrezke commented Mar 25, 2024

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
Copy link
Collaborator

zrezke commented Apr 2, 2024

@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
Copy link

Goofy222333 commented Apr 3, 2024 via email

@zrezke
Copy link
Collaborator

zrezke commented Apr 3, 2024

@Goofy222333
Copy link

@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
Copy link

@zrezke Hello Filio. Any new on this issue?

@zrezke
Copy link
Collaborator

zrezke commented May 16, 2024

@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-

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

No branches or pull requests

3 participants