Hi all,
S/W: IPNC_RDK_RELEASE_3.00
H/W: DM8127
Sensor: MT9J003
This IPNC package is streaming encoded data (H264/MPEG4/MJPEG) over RTSP. I am able to receive & Play the encoded data using VLC with help of RTSP URL provided.
Now, I want to stream RAW data instead of H264(1080p-30fps) encoded frame, for some experiment purpose. To do this, I want to bypass H264 encoder. How I can do that?
If bypassing H264 is messy, I am ok with repeated overwriting of H264 o/p buffer with input buffer(which expected to have RAW-video). {performance is not an issue for me as of now.}
Thanks in advance.