Team,
I am trying to use the camera add-on on the AM5728 EVM with the SDK 03.00.00.04.
I would like to run the Gstreamer pipeline for capture and display:
http://processors.wiki.ti.com/index.php/DRA7xx_GLSDK_Software_Developers_Guide#Running_a_gstreamer_pipeline but does not seem that the camera is functional after boot.
This is what I got so far from dmesg:
[ 5.840762] input: pixcir_tangoc as /devices/platform/44000000.ocp/4807c000.i2c/i2c-4/4-005c/input/input1
[ 5.868167] mt9t11x 4-003c: input-clock-freq: 32000000
[ 5.874594] mt9t11x 4-003c: pixel-clock-freq: 96000000
[ 5.893940] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
Starting Synchronize System and HW clocks...
[ 5.918514] mt9t11x 4-003c: Product ID error ffffff87
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ 6.024445] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 6.037345] ti-pruss 4b200000.pruss: creating PRU cores and other child platform devices
[ 6.053094] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
[ 6.092296] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 6.103105] remoteproc4: 4b234000.pru0 is available
[ 6.108266] remoteproc4: Note: remoteproc is still under development and considered experimental.
[ 6.113727] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
[ 6.125294] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 6.130738] remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 6.146521] remoteproc4: registered virtio2 (type 7)
[ 6.150603] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 6.159553] vpe 489d0000.vpe: Device registered as /dev/video0
[ 6.168364] vip 48990000.vip: loading firmware vpdma-1b8.bin
[ 6.176533] pru-rproc 4b234000.pru0: PRU rproc node /ocp/pruss@4b200000/pru0@4b234000 probed successfully
[ 6.191890] remoteproc5: 4b238000.pru1 is available
On /dev I can see:
/dev/video0
/dev/video10
but /dev/video1 is not registred at boot.
/dev/video0 and video10 do not seem to be the camera. For /dev/video0 and video10 Gsteamer returns "device '/dev/video0' is not a capture device"
root@am57xx-evm:~# v4l2-ctl -D
Driver Info (not using libv4l2):
Driver name : vpe
Card type : vpe
Bus info : platform:vpe
Driver version: 4.4.12
Capabilities : 0x84204000
Video Memory-to-Memory Multiplanar
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04204000
Video Memory-to-Memory Multiplanar
Streaming
Extended Pix Format
root@am57xx-evm:~# lsmod | grep vip
ti_vip 31776 0
ti_sc 24714 2 ti_vip,ti_vpe
ti_vpdma 14910 2 ti_vip,ti_vpe
root@am57xx-evm:~# lsmod | grep mt9*
mt9t11x 14769 0
Also there is no demo for the camera in the matrix/multimedia.
What are the steps to enable the camera?
Is there a built-in demo using the camera?
Thanks!
Anthony