Hi,
I am using DM6437, I want to resize the image frame grabbed in the video_preview example in the SDK from 480x720 to 240x360. I tried the psp bios resizer, when building the example provided with the SDK it runs fine. However when I tried to add the resizer code into the video_preview example, then resizer does not work.
When I step to the GIO_Create function, resizer GIO_Handle, rszfd, returned is NULL. So the resize won't work.
rszfd = GIO_create("/resizer", IOM_INOUT, NULL, (void *)&memSegId, &gioAttrs);
I would like to ask if I were to add the psp bios resizer into the video preview example, is there any I have to add or modify in the video preview example to make it work?