Dear All:
I tried to use resizer and previewer on DM365 to convert Bayer CMOS input to yuv420,
so that H264 encoder can read them and encode them.
I check the dvsdk_2_10_01_18/PSP_02_10_00_14/examples/dm365/previewer_resizer/capture_prev_rsz_ss_raw_bayer_userptr.c
out and write my own code.
When I tested it, the result is OK, but the performance is terrible.
The resizer and previewer will take up to 200ms to do a 1280x720 video frame.
I know it shall be much faster, but I do not know how I shall change the parameters or any other way to implement it.
The code is using one-shot mode. External allocated continuous memory from Memory_contigAlloc are used.
Is there anything I need to pay attention or make changes?
Any suggestion will be welcome.
Best regards,
Ray