Search found 8 matches
- Wed Dec 04, 2024 7:01 am
- Forum: Hardware
- Topic: h264 decoder high profile support for esp32p4
- Replies: 0
- Views: 1744
h264 decoder high profile support for esp32p4
Hello,currently I'm working on esp32p4 display module..I connected rtsp client as p4 and server another one,now my rtsp server sends high profile h264 decoder which not compatible for esp32p4 only has baseline profile.so its getting error in decoding the data and converts into display.How could i ...
- Mon Dec 02, 2024 9:28 am
- Forum: ESP-IDF
- Topic: UART 1 interrupt
- Replies: 3
- Views: 1445
Re: UART 1 interrupt
by the example code,response is not getting
- Wed Nov 27, 2024 11:49 am
- Forum: ESP-ADF
- Topic: Esp32P4 RTSP client issue
- Replies: 0
- Views: 6743
Esp32P4 RTSP client issue
Hello,I'm working on esp32p4 module,I need to use rtsp for client to check the video now,For that I had esp-adf repo.In that repo adf/examples/protocols/esp-rtsp/main/rtsp_service.c,Inside this function file i couldn't see the function of data receive video.if this thing exits client side we can ...
- Tue Nov 26, 2024 11:37 am
- Forum: ESP-IDF
- Topic: UART 1 interrupt
- Replies: 3
- Views: 1445
UART 1 interrupt
How to generate interrupt for uart 1.For esp32s3
- Tue Nov 19, 2024 9:20 am
- Forum: ESP-ADF
- Topic: ESP32-P4-Function-EV-Board RTSP support
- Replies: 0
- Views: 7511
ESP32-P4-Function-EV-Board RTSP support
Hello all, the esp32-p4 function ev board.has in build mic,camera and external connection of speaker..even-through for wireless connection wifi it has c6-mini processor in the module but the video streaming supported protocol is not yet there for the module.whether future implementation will takes ...
- Mon Nov 18, 2024 5:44 am
- Forum: ESP-ADF
- Topic: Esp32 RTC/RTSP support
- Replies: 0
- Views: 6811
Esp32 RTC/RTSP support
Hai,currently I'm working on esp32_p4_function_ev_board.In that module can i implement rtc/rtsp protocol.In esp32p4 module for wifi init it has another attached c6-mini module.so In this two module any possible that I can implement the rtc/rtsp protocol.
- Tue Nov 12, 2024 10:35 am
- Forum: General Discussion
- Topic: ESP32-P4-Function-EV-Board SDK Issue
- Replies: 1
- Views: 1225
ESP32-P4-Function-EV-Board SDK Issue
Hello,I'm working on ESP32-P4-Function-Ev-Board.I'm not able to get the proper sdk about this module..In git-hub i tired the sdk espressif/esp-dev-kits/ESP32-P4-function-ev-board(https://github.com/espressif/esp-dev-kits/tree/master/esp32-p4-function-ev-board).but after I flashed the code The UI is ...
- Tue Nov 12, 2024 5:25 am
- Forum: ESP-IDF
- Topic: ESP32-P4-Function-EV-Board RTC
- Replies: 0
- Views: 956
ESP32-P4-Function-EV-Board RTC
Hello guys,I'm working on esp32-p4 ev board.there i need to add rtc functionality to checkup my rtsp live streaming..anyway esp-rtc will support rtsp.so how could i does this work in p4.whether i need to add one more option for rtc or separate rtc app in te ev board.need your knowledge to achieve ...