vvvv / VL.OpenCV

A VL wrapper for OpenCVSharp
BSD 3-Clause "New" or "Revised" License
43 stars 15 forks source link

Method 'get_Bytes' in type 'Data' does not have an implementation #67

Open zeos opened 6 days ago

zeos commented 6 days ago

Hi there, thanks for the great work!

I am currently experimenting with vvvv beta 42 x64 + VL, and I am using Kinect2 in VL + VL.OpenCV 2.6.2. When trying to convert the R16 image (from Kinect2 IR node) to cvImage, I get this error:

Method 'get_Bytes' in type 'Data' from assembly 'VL.OpenCV, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

cheers