Xilinx / vcu-ctrl-sw

Other
38 stars 30 forks source link

Can 'ctrlsw_decoder' display the decoded output? #1

Open ChenhuiZhao opened 5 years ago

ChenhuiZhao commented 5 years ago

hello, all: I'm working on this vcu_ctrl_sw, just build the code, get 'ctrlsw_decoder', but I didn't find out how to display decoder output (yuv), is there anyon can help me?

varunkumara commented 5 years ago

Hi @ChenhuiZhao , ctrlsw_decoder app is just a file to file app, you can write output into a file. You need to implement separate application for decode + display use-case. or you can use gstreamer frame-work.

Durant35 commented 4 years ago

@ChenhuiZhao Hi, sorry to disturb you. Could you have any comment on #3? Thanks a lot.