Part Number: AM5728
Other Parts Discussed in Thread: BEAGLEBOARD-X15
Hi sir,
I am using AM5728 custom board (AM5728->GS2962->LCD lilliput device)
Actually AM5728 board connected to gs2962 serializer to external lcd monitor.
Power on green display occurs.
Using below commands i am sendind video from one board to another board.
output of am5728 is RGB pattern this will give to gs2962(only accept of YCbyCr data)
i am changing am5728 gfx mode to video1 mode its not changing because in video1 mode supports rgb and ycbycr but gfx supports only rgb mode.
BEAGLEBOARD-X15
sudo ifconfig eth0 192.168.31.173 netmask 255.255.254.0 up
HOST=192.168.31.175
gst-launch-1.0 -e v4l2src device=/dev/video1 num-buffers=4000 ! 'video/x-raw, width=1920, height=1080, framerate=30/1, format=YUY2' ! vpe num-input-buffers=8 ! queue ! ducatih264enc intra-interval=1 ! h264parse ! rtph264pay ! udpsink port=5000 host=$HOST
CUSTOM-BOARD
sudo ifconfig eth0 192.168.31.175 netmask 255.255.254.0 up
gst-launch-1.0 -v udpsrc port=5000 ! "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96" ! rtph264depay ! h264parse ! decodebin ! videoconvert ! kmssink
Below image it's displaying:


