Hi
I am using Sobel library function on Video Preview example on DM6437 but I am not getting desired output . As the sobel only works on upper half of the frame and leave lower half of frame as it is. Also, the upper half of the screen is not aligned with lower half of the screen. I am including img_sobel.h header file and therby using function:
void IMG_sobel(const unsigned char *in_data, unsigned char *out_data, short cols, short rows );
and passing parameters as:
IMG_sobel((void *)(frameBuffPtr->frame.frameBufferPtr),(void *)(frameBuffPtr->frame.frameBufferPtr), 480, 720);
and that is all I am using in my Video Preview.
Can somebody suggest the solution?
Thanks in advance
Jalwinder