Open miik-miik opened 3 years ago
hello, the repo is a bit chaotic at the moment, but if you checkout Stride branch and use it with latest prew - it should work. "VL.ZEDCamera\help\vl\Example Patch.vl" should explain something.
I use 2021.4.0 preview, install stride dependencies, but the vl.ZEDCam.dll is still red - what could I miss?
"the vl.ZEDCam.dll is still red" - is it under dependencies menu? and what the error says? and have you installed zed sdk with cuda? the other issue could be the cudnn lib.
I am still very new to gamma and maybe I am referencing incorrectly. I went to Dependencies - Files - Add Existing and pointed to the VL.CAMZed.dll. I unpack the zip into my projectfolder. When I do that it tells me that it can't load the reference. I´m really confused. Sorry for my newbie questions. I installed the zed sdk with cuda - version 11.
Okay, you shouldn't reference any dll's- all necessary dll's are already forwarded and wrapped into vl library for you. You should:
As an example you can just open VL.ZEDCamera\help\vl\Example Patch.vl in latest gamma preview - that one should just work. When it is not working you might need to install the cudnn library form nvidia (that one is specific for cuda version).
Be aware that the project is on WIP state - there will bugs for sure..
here the installation guide for cudnn https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html#install-windows it can be a bit annoying, and you would need to register an account.
hey guys, I try to open the patch and see the videoinput - but i have many red nodes inside vl. What vl version do you use?