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
This is my first time using pybind11, and I found it great and relatively easy to use ... for simple cases at least.
I have an issue trying to 'export' a Qt5 QImage from c++ to python.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is my first time using pybind11, and I found it great and relatively easy to use ... for simple cases at least.
I have an issue trying to 'export' a Qt5 QImage from c++ to python.
The function I am trying to "export":
My goal is to then load this QImage in python using PySide2
But I get a TypeError :
I feel I am not far from success ( maybe I am totally wrong...)
Am I on the right track ?
Beta Was this translation helpful? Give feedback.
All reactions