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

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

Open
zeos opened this issue Sep 11, 2024 · 1 comment
Open

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

zeos opened this issue Sep 11, 2024 · 1 comment

Comments

@zeos
Copy link

zeos commented Sep 11, 2024

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

@ravazquez
Copy link
Collaborator

Hi @zeos, could you share more information? How are you converting the image to OpenCV's native types? Maybe you can share a sample patch?

I checked the code and R16 should be supported as you can see here:

public static OpenCvSharp.MatType ToMatType(this PixelFormat format, string originalFormat)

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

2 participants