Hi nxf65025,
I tried gst test according to the user guide : Section 7.3.8 Camera preview, kernel message : "skip frame 1" was showed as ever. Test command is as below.
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=(string)YUY2,width=640,height=480,framerate=(fraction)30/1 ! autovideosink
I'm trying to port the camera sensor(IMX226) that supports external trigger in the future. Before that, I would like to confirm that showing "skip frame" message does not mean frame drop.
Thanks