Hi,
my setup:
mt9v126 -> CCDC -> IPIPE (raw bayer-> YUV 422) -> SDRAM -> V4L2 -> LCD
Leopardboard DM355, Linux davinci (r37), examples davinci (r37)
I run the imp-prev-rsz/dm355/capture_prev_rsz_onthe_fly_bayer.c demo, but the function (line 799)
if (-1 == ioctl(fdCapture, VIDIOC_STREAMON, &type)) {
does not return. If i comment out this line
//preview_fd = init_previewer(user_mode); // line 900, disable previewer
the target don't freeze.
Can you help me?
Regards,
Klaus