Search found 2 matches
- Sat Nov 23, 2024 3:14 pm
- Forum: ESP-IDF
- Topic: I2C handling
- Replies: 1
- Views: 391
I2C handling
Hello everyone. I have an LCD display with touch controller which is under managed_components. The touch driver uses I2C communication. I need also connect multiple I2C devices in my code, so i use the same logic for all the components: FRAM: i2c_master_bus_config_t i2c_mst_config = { .clk_source = ...
- Thu Jul 11, 2024 8:27 am
- Forum: General Discussion
- Topic: RTSP decoding
- Replies: 0
- Views: 1186
RTSP decoding
Hello everyone. I have several IP cameras which have access over RTSP protocol. The video parameters are 800 x 448, H265, 12 FPS. Does ESP32 have ability to decode such video stream and drawing using LVGL? It isn't an issue to decode MJPEG stream but the cameras have H265 which is much heavier. It's...