Hi,everyone:
Before i configed the resizer-A and resizer-B to be continuous mode, so i can get VGA and QVGA's YUV datas,then encoded and streamed two live videos. In the process , the captured frames needed not to be resized again , and all were OK.
But now i need to integrate cloud function in the ip camera, i follow the process below:
capture 1280X736 frames, then using resizer-A to resize it to be vga, using resizer-B it to be QVGA; then encode the two resized frames; then stream them.
My result is that ,i only get three frames: Frame 4,7,10,13,... were the same as frame 1; frames 5,8,11,14,... were the same as frame 2 ;frame 3,6,9,12,15,... were the same to frame3. Because the capture and resizer both use the ipipe.
Any suggestions about this issue ?