raf329

Results 4 comments of raf329

Hi! In function ICM_readBytes(uint8_t reg, uint8_t *pData, uint16_t Siz) you should add after HAL_SPI_Transmit_DMA(SPI_BUS, &reg, 1); and HAL_SPI_Receive_DMA(SPI_BUS, pData, Size); also this line: while (HAL_SPI_GetState(SPI_BUS) != HAL_SPI_STATE_READY); In my case...

> Hello, > > I was able to get cv2 working in a Docker container with > > docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix > > Like you outlined....

> Hey there! 🌟 > > Good job getting `cv2` to work in your Docker container, and it's great that `xhost +local:` helped as well. Regarding the CUDA issue, it...

> Hey there! 🚀 > > It looks like you're making good progress but hitting a snag with Docker and CUDA integration. The error message you're getting suggests there's a...