etheory

Results 69 comments of etheory

Linked to: https://github.com/bdejong/smartelectronix/pull/50

Linked to: https://github.com/bdejong/smartelectronix/issues/49

@mfiumara I have been struggling for AGES with the G0 I2C implementation. I know 100% there is no issue with my hardware setup. What is happening is that the first...

This also seems related potentially: https://github.com/STMicroelectronics/STM32CubeF4/issues/76

Has there been any update on this bug? I'm experiencing it at the moment and it's making HAL I2C IT impossible to use.

> We've been looking at building OIIO dependencies on Windows using vcpkg. > My advice would be to steer WELL clear of vcpkg for windows. It is, without question, the...

We seem to be using openjpeg-2.3.1. And it's happening for all of the .jpg files I've tried to load so far. Though, concerningly, some of them are actually .tif files...

``` OIIO_ASSERT(m_image == nullptr); if (!opj_read_header(m_stream, m_codec, &m_image)) { errorfmt("Could not read Jpeg2000 header"); close(); return false; } ``` Now I'm getting a segfault here in opj_read_header: ``` received signal...

@lgritz I have no idea. It's got a .tif extension. If I do oiiotool --info I get: : 4096 x 4096, 1 channel, uint8 jpeg And it doesn't crash. The...

I can confirm that a stand-alone single-line c++ code that ONLY calls OIIO::ImageBuf image(inputFilename); with the problematic file segfaults. When I get home I'll send you the file.