I tried FHD encoding using a MIPI camera, following the guide here: https://developer.d-robotics.cc/rdk_doc/en/Basic_Application/multi_media/cdev_demo
- Can a 4K USB camera work the same way as a MIPI camera?
- After encoding the image, how can I send this file to a server? I would like to use the RTMP protocol for high-reliability live streaming, and SRT protocol for low-latency live streaming. I have experience working with ffmpeg.
Im glad if someone tell me some advice.