Hi again, On Thursday 27 January 2011 02:43:15 Neil MacMunn wrote: > Ok I solved the segfault problem by updating some of my v4l2 files > (specifically v4l2-common.c). Now I only get nice sounding console > messages. > > Linux media interface: v0.10 > Linux video capture interface: v2.00 > omap3isp omap3isp: Revision 2.0 found > omap-iommu omap-iommu.0: isp: version 1.1 > omap3isp omap3isp: hist: DMA channel = 4 > mt9v032 3-005c: Probing MT9V032 at address 0x5c > omap3isp omap3isp: isp_set_xclk(): cam_xclka set to 28800000 Hz > omap3isp omap3isp: isp_set_xclk(): cam_xclka set to 0 Hz > mt9v032 3-005c: MT9V032 detected at address 0x5c As you're using an MT9V032 sensor, I can help you with the pipeline setup. You can run the following commands to capture 5 raw images. ./media-ctl -r -l '"mt9v032 2-005c":0->"OMAP3 ISP CCDC":0[1], "OMAP3 ISP CCDC":1->"OMAP3 ISP CCDC output":0[1]' ./media-ctl -f '"mt9v032 2-005c":0[SGRBG10 752x480], "OMAP3 ISP CCDC":1[SGRBG10 752x480]' ./yavta -p -f SGRBG10 -s 752x480 -n 4 --capture=5 --skip 4 -F $(./media-ctl -e "OMAP3 ISP CCDC output") -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html