You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cannot convert buf (variable of type *gocv.NativeByteBuffer) to type string
In Go, converting []byte to string is typically straightforward with type casting, but I am running into this error. My specific question is about how to convert a *gocv.NativeByteBuffer to string
Description
I am encountering the following error:
In Go, converting
[]byte
tostring
is typically straightforward with type casting, but I am running into this error. My specific question is about how to convert a*gocv.NativeByteBuffer
tostring
Steps to Reproduce
Your Environment
env.sh
orenv.cmd
script before trying togo run
orgo build
? noThe text was updated successfully, but these errors were encountered: