Hi
i am trying to implement FD on DM368 based camera.
currently i don't have DM368 HW ready, thats why i am testing on DM365 based HW as DM365 VPFE also implements FD and so it supports.
while i make the call to " DRV_faceDetectRun " at
"status = CSL_faceDetectHwSetup(&gCSL_faceDetectHndl, &setup) "; // i made similar calls and used same driver routines from ipnc 2.0 framework.
i am getting segmentation fault.
i want to know wether i need to do something for the driver's purpose in the kernel side also ?
as i have not done any FD specific changes in the Kernel sdie.
i believe the CSL ioctl() calls from user side takes care of everything. M i correct ?