Maxime Dirksen

Results 190 comments of Maxime Dirksen

Hey, please try the v6 https://github.com/EmixamPP/linux-enable-ir-emitter/pull/154. There is a bot comment with a link to the tarball. Please uninstall any existing version first: ``` sudo rm -rf /usr/lib64/linux-enable-ir-emitter \ /usr/bin/linux-enable-ir-emitter...

What is your exact CPU reference? I'm wondering if this is not related to the SIMD extensions (https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions) that opencv uses.

Concerning the verbosity, there is the `-v` option, but indeed I should output more debug information. I will work on that.

I've added a bunch of new debug messages, could you provide me the outputs of the command you execute?

> what(): OpenCV(4.8.1) /home/abuild/rpmbuild/BUILD/opencv-4.8.1/modules/highgui/src/window.cpp:971: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow' OpenCV fails to determine automatically the resolution to use, you have to specify it using the options...

I've pushed modifications that will explicitly select the grey mode of a camera if multiple possibility exists (like in your case). But this will not fix the height and width...

I've just pushed multiple improvements, and one specific for the imshow exception. Please use the version provided in the PR #154 (see the bot comment). If it stills segfault, could...

If the segfault problem is resolved, please let's open a new issue using the configuration has failed template. Like this, I can give proper help to every of you. Note...

I've published new commits with again better logging for me to identify exactly where the segfault happens, and why the process seems stuck. Could you please both try again with...

Sorry for the late reply @azblurbit, I forgot to tell you to uninstall the v5 version before, please consult the [README.md](https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/README.md#uninstallation)