Tool/software: Linux
i want debug the isp func, so i want save the raw data to disk. but when i write the data to file , there is no bytes be writen. oh, i run linux on a15 .
i refer the usecase about how to save raw data on RTOS .
I send linkcontrol cmd "ISSCAPTURE_LINK_CMD_SAVE_FRAME" to IsscapturelinkID. and send "ISSCAPTURE_LINK_CMD_GET_SAVE_FRAME_STATUS" to get the bufAddr & bufSize .
then i fopen a file , fwrite the buffer data to file . but no bytes be writen . if there need mem map operate , how do it ???