
Grégory BAERT
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by Grégory BAERT-
Hello, I am not an expert in Flir SDK. I don't know if this is possible with the SDK. Perhaps you should take a look at the Opencv library ? From memory, you can create videos on the fly ... Best r...
-
Hello, An example of how to create an AVI file is provided with the SDK : Project name is SaveToAvi Best regards,
-
Official comment Hi Manuel, Thank you for your reply. Ok, I note that this error code corresponds to the timeout of the method 'GetNextImage'. To answer your questions, yes, I trigger the camera via ‘TriggerSoftwar...
-
Hello, Thank you for your further informations. Best regards,
-
Hello, I managed to do what I had in mind. Using Qt 6.7.1 with QML and openGL to display images in "stream video" mode from a Flir camera, or any other camera that is not "Windows Media Foundation"...
-
Official comment Hello, Thank you. I looked at the "ImageEvents" project and it works. So I'm going to look at the difference with my code. However, I would like to know if this image acquisition management (or bu...
-
Hello, How can I best achieve this functionality? At the moment, I'm using the 'GetNextImage' method, and it's wasting a lot of time... Shouldn't Image Events be used more ? I usedd continuous mode...
-
Hello Markus, Thank you for your message. Yes, that is right, I've managed to get an array of 'unsigned char' to display in a QML / Qt6 GUI 'Image' element. However, it's not quite the 'stream' ren...
-
Hello, Thank you for your reply. Yes, this discussion is over. Best regards,
-
Hello, I recover the array (unsigned char*) and converted it to 'data:image/"png";base64,', to display it in the GUI part in QML (Image - Qt 6) Best regards,