Hello,
I am trying to develop histogram equalization algorithm link using vlib libraries.
For the VLIB_histogram_equal_8() call I am passing following parameters:
VLIB_histogram_equal_8(inBuff, sizeof(inBuff), t_histBuff, outBuff);
Please tell me the mentioned parameters are right or not?
And after creation of the alg_plugin I have added the link to capture display usecase.
Following is the usecase I am trying to run:
UseCase: chains_capture_histequi_display
Capture -> Alg_HistogramEqualization(DSP1) -> Display
While runningthis usecase, I am not getting any output on HDMI.
Refer the attached alg_plugin files for the same.
Please guide to resolve.
Regards,
Sayali V.
(Please visit the site to view this file)