Dear Sir.
Hello. I'm using DM648 EVM and TI H.264 encoder.
I have tried to implement a multi-channel video encoder on DM648 EVM.
If video channel of my video encoder is less than 8, it is not difficult. Because EVM demo supplies examples related with it.
But I want to make the recoder which supports larger than 8 (about 20 and 30 channel video encoder).
Since the number of DM648 video port is restricted to 8, I designed a video sender. It receives the video frame (640x480) from cameras, make video stream, and send the video stream to DM648 EVM.
I thought that instances of H.264 encoders must be created to manage each cameras.
So my question is how many TI H.264 encoders can be created in DM648 for the multi-channel video encoder.
The system block diagram is as below.
Thanks.