STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Good afternoon, In I have two projects Your JPEG_DecodingFs_DMA and mine. In your project, after executing the HAL_JPEG_Decode_DMA function in normal mode, the function returns 4110 bytes of Context in a stepwise 14 bytes. In my program, the HAL_JPEG_Deco

Good afternoon, In I have two projects Your JPEG_DecodingFs_DMA and mine. In your project, after executing the HAL_JPEG_Decode_DMA function in normal mode, the function returns 4110 bytes of Context in a stepwise 14 bytes. In my program, the HAL_JPEG...

Vlaty.1 by Senior
  • 343 Views
  • 2 replies
  • 0 kudos

Cannot enable JPEG decode with DMA on STM32F76xx

Hello,I am currently trying to play a video using the JPEG decoder on a STM32F76xx chip.Right now, I can play a video with HAL_JPEG_Decode in polling mode, but the it takes too long (~100ms) and the FPS is low.My objective, is to use HAL_JPEG_Decode_...

GN.1 by Associate
  • 282 Views
  • 0 replies
  • 0 kudos

How to fix error 2?

Good afternoon. I made a working project on CubeIDE for a railway timetable (LWIP, FreeRTOS, DSI, HDMI). The project was created in the repository. But the management has a requirement to add a symbolic part (JPG or bmp image). There was a problem wh...

0693W00000AQ923QAD.png
Vlaty.1 by Senior
  • 1090 Views
  • 16 replies
  • 0 kudos

LIBJPEG Question

Hello, I am trying to implement bmp to jpeg encode application. I have used official STM code example. There is no compile error.I gather RGB565 data from OV7670 camera. I can successfully write to SD card as 16 bit bitmap file and open it on a Windo...

Resolved! JPEG encoding issue when using DMA on STM32H7B3

with libjpeg or using hardware in polling, mode compression works fine.but when using DMA image is getting corrupted#include "jpeg_encode.h"   #include "jpeglib.h" #include "jdata_conf.h"   // variables used for dma mode uint32_t YCBCR_Size; uint32_t...

0693W000006I7cbQAC.png 0693W000006I7cWQAS.png 0693W000006I7cRQAS.png

About JPEG Codec decoding time length

Decoded VGA size JPEG images on STM32H750B-DK.As a result of measuring the decoding processing time, it takes three times as long as the processing time of Application note.I would like to know the reason why the processing time is so long.Applicatio...

NYana.1 by Associate
  • 305 Views
  • 0 replies
  • 0 kudos

STM32F7 JPEG decoder, 16-bit DQT JPEGS

Hello,I'm developing a HAL-based software running on STM32F778AI MCU. The software uses the hardware JPEG decoder in DMA mode.It decodes 'classical' JPEG images that have 8-bit DQTs without an issue.But if a JPEG's the precision of the quantization t...

DMame.1 by Associate
  • 307 Views
  • 0 replies
  • 0 kudos

JPEG_Decode_DMA function never ends

Hello,Still developping on my STM32H753VT6 with touchGFX. Instead of loading images with touchGFX designer, I want to decode a JPEG image and then display it on my LCD screen.For the moment I've just checked the example for the STM32H750B-DK demo boa...

AJT141 by Associate III
  • 237 Views
  • 0 replies
  • 0 kudos

JPEG compression artifacts

HelloI am using an STM32H743 MCU that implements acquisition of frame from camera and compress it to JPEG format.The setup to compress the image is with hardware JPEG encoder with MDMA stream.Image resolution is 240*320 pixels, greyscale. The procedu...

0693W000005B5upQAC.jpg 0693W000005B5ukQAC.bmp
DLane.1 by Associate II
  • 278 Views
  • 0 replies
  • 0 kudos
Labels