I am using esp32 wroom 32. I have a ip camera. I want to get Image from ip camera whenever i want.
So i need to connect ip camera and esp 32 with same wifi and then send rtsp request to ip camera to give me data ex. h264. After getting data i need to decode it and then get One image.
I just want to know that is there any library which can help to connect with ip camera?
or is there any easy way to get data without creating custom rtsp client library?
or can i get image without using rtsp ?