Other Parts Discussed in Thread: TDA4VH
Tool/software:
Dear Exbert
My hw and sw environment:
HW: J784S4-EVM(TDA4VH)
SW: Official SDK (tda4vh-linux-sdk-j784s4-evm-09_00_01_01)
I am trying to capture the video stream from sensor (pipline: ar0220=>ub953=>ub960=>CSI2...), and I have already captured video data successfully by below command:
v4l2-ctl -d /dev/video4 --set-fmt-video=width=960,height=948,pixelformat=BA12 --stream-mmap=8 --stream-skip=3 --stream-to=/opt/camera-data-cap/output.raw --stream-count=200 --stream-poll
The data captured by above command has a format raw12(bayer GRBG).
Now, I want to use gstreamer and its plugins to cature the video data and covert it to rgb and encode it to h264(or other), and sent video tream to remote PC for display(192.168.10.100, port 5000).
So, what gstreamer plugins are necessary and are they all included in the offical SDK (tda4vh-linux-sdk-j784s4-evm-09_00_01_01), if they have all included, then could you help provide the gstreamer1.0 command pipline according to my requirement? If any gstreamer plugins missed in SDK, please also share some methods to cross-compile it.
Thank you~
Best Regards
Jason