I hope you guys can give me some advice on this.
There are too many features in the IPNC RDK I really don't need. I just want a triple stream capture/encoding.
The 1080p h264 stream will be saved to permanent storage, downsized D1 will be processed by DSP, MJPEG will be used for web viewing.
1. Can I achieve this by using only the MCFW demo application? in other words, I will try to get rid of the system_server, avi_save, rtsp streaming,alarm,etc.
2. I am saving the h264 elementary stream by modifying ti_mcfw_ipcbits.c: App_streamSysVidWrite(), is this a proper place to do this?
thanks for your input.