Captureing ov5640_mipi camera

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Captureing ov5640_mipi camera

跳至解决方案
1,629 次查看
sindhujakapugan
Contributor III

Hi Everyone

insmod ov5640_mipi.c module is loaded and it showing mipi is found but when we are trying to insert mxc_v4l2_capture.ko it showin ERROR: v4l2 capture: slave not found!

when i am trying this command

gst-launch-1.0 imxv4l2src num-buffers=300 device="$CAM-DEV" ! imxv4l2sink device=/dev/video17

Can't get caps from capture device, use the default setting.

Perhaps haven't capture device.

====== IMXV4L2SRC: 4.0.3 build on Aug  2 2016 18:40:00. ======

set color key:00010203

====== IMXV4L2SINK: 4.0.3 build on Aug  2 2016 18:40:01. ======

Setting pipeline to PAUSED ...

display(/dev/fb0) resolution is (800x480).

ERROR: Pipeline doesn't want to pause.

Setting pipeline to NULL ...

Freeing pipeline ...

Thankyou

标签 (2)
0 项奖励
1 解答
1,073 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi sindhuja,

It looks like there is no image data on /dev/video17, check if your ov5640 is running correctly, check the driver info:

# v4l2-ctl -d /dev/video17 --all

previous thread should be helpful:

Problems with OV5640 MIPI

OV5640 mipi camera on mcimx6q-sdb

gstreamer and ov5640 mipi camera

regards

在原帖中查看解决方案

0 项奖励
2 回复数
1,074 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi sindhuja,

It looks like there is no image data on /dev/video17, check if your ov5640 is running correctly, check the driver info:

# v4l2-ctl -d /dev/video17 --all

previous thread should be helpful:

Problems with OV5640 MIPI

OV5640 mipi camera on mcimx6q-sdb

gstreamer and ov5640 mipi camera

regards

0 项奖励
1,073 次查看
sindhujakapugan
Contributor III

Hi,

Thanks for the reply by this command i am getting this information

# v4l2-ctl -d /dev/video17 --all1cf351/kernel/drivers/media/plat

Driver Info (not using libv4l2):

        Driver name   : mxc_vout

        Card type     : DISP3 FG

        Bus info      :

        Driver version: 3.14.28

        Capabilities  : 0x04000002

                Video Output

                Streaming

Format Video Output:

        Width/Height  : 320/240

        Pixel Format  : ''

        Field         : Any

        Bytes per Line: 0

        Size Image    : 76800

        Colorspace    : Unknown (00000000)

Crop Capability Video Output:

        Bounds      : Left 0, Top 0, Width 800, Height 480

        Default     : Left 0, Top 0, Width 800, Height 480

        Pixel Aspect: 0/0

               horizontal_flip (bool)   : default=0 value=0

                  vertical_flip (bool)   : default=0 value=0

                         rotate (int)    : min=0 max=270 step=90 default=0 value=0

     This is what my device is showing i am not understanding device is working or not please help thanks in advance

Thankyou

0 项奖励