Rene

Results 142 comments of Rene
trafficstars

Hi ijord, Thanks for letting us know. If you fix this or have new images do not hestitate to make a Pull Request! Thanks!

Hi Chen, That indeed would be a nice feature. I'm currently using a library for RTSP and would require a branch. Will keep it in mind!

Ho Mortiz, Nice addition to use qualification to detect people! To oanswer you question; Streaming the video is a lot of data and what I see often is that the...

Hi Moritz, Decreasing the resolution will reduce the number of bytes sent so should work. If the compression is increased this results in a lower bitrate but also more cpu...

Any luck / progress?

Maybe this helps: https://stackoverflow.com/questions/3367187/what-is-lib-swscale-used-for-by-ffmpeg-programers Do you really need swscale? Maybe choosing the same width/size skips swscale...

Hi theschles, This can be done by uncommenting the default_envs in the platformio.ini file for your board type... Without modifications you can use the -e (--environment) option: https://docs.platformio.org/en/latest/core/userguide/cmd_run.html#options

Hi Ragnar, No, you did not take any crazy pills! Version 2 was created to support more devices. This unfortunately required a common base and LED flash was removed. Restart...

Hi Rubin, Sure does not hurt to ask! RTSP has the provision to include a timestamp in the stream. See CStreamer.cpp ```cpp RtpBuf[8] = (m_Timestamp & 0xFF000000) >> 24; //...

Hi Troyboy, I guess you mean the camera config as mentioned in the documentation: ![image](https://github.com/rzeldent/esp32cam-rtsp/assets/7620231/6ac700ce-7f23-43f8-9285-f6bf3f4cf177) If so, this is correct. This has been removed. The reason for that is that...