nope
✅ Qt display image async
I have a method that gets called asynchronously and every time said method is called i want to display the new image functionally creating a video. The method is part of an sdk so I have two questions how do I add the libraries and link the lib files and how do I implent this?
7 replies
Converting ushort pointer to something I can use to display images
I have a pointer, knowing height and width what is the best way to display said image? I am not contrary to converting it to 8 bit. Just trying to understand how I can use said pointer since obviously no image processing extension in c# can deal with it
275 replies
Using a c++ dll in c#
How can I go about trying to send image via c++ to display on c#
I'm trying to do so asynchronously, every time a new image is acquired by the c++ dll I'll send it to the winform to display.
If more code is needed to explain this more than willing to share 🙂 just know I haven't wrote anything in c# yet just the dll
128 replies