Grégory BAERT
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Grégory BAERT-
Grégory BAERT commented,
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...
-
Grégory BAERT created a post,
BFS-U3-19S4M-C: error acquisition when stream live video
Hello, I would like to get back to you about my live streaming project. In my software, I also offer the option of saving an image to disk. Once in a while, when saving to disk, I get the following...
-
Grégory BAERT commented,
Hello, Thank you for your further informations. Best regards,
-
Grégory BAERT commented,
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"...
-
Grégory BAERT commented,
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...
-
Grégory BAERT created a post,
BFS-U3-19S4M-C event handler
Hello, I need some help, I'm trying to use the event image but but I get the following error in execution : Spinnaker: The event handler type is invalid to be registered on device. Thank you, Best ...
-
Grégory BAERT commented,
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...
-
Grégory BAERT commented,
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...
-
Grégory BAERT commented,
Hello, Thank you for your reply. Yes, this discussion is over. Best regards,
-
Grégory BAERT commented,
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,