m-box-de / VL.ZEDCamera

3 stars 1 forks source link

Red Nodes #3

Open miik-miik opened 3 years ago

miik-miik commented 3 years ago

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?

rmtttt commented 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.

miik-miik commented 3 years ago

I use 2021.4.0 preview, install stride dependencies, but the vl.ZEDCam.dll is still red - what could I miss?

rmtttt commented 3 years ago

"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.

miik-miik commented 3 years ago

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.

rmtttt commented 3 years ago

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

rmtttt commented 3 years ago

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.