Hello!
I created a build with live-streamer using a Buildroot for hi3518v200. The system starts ok (file system jffs2), but I can't start the live-streamer as before.
The command:
live-streamer -vsrc "isp0:sensor=imx222|videv0|vichn0|vpgrp0|vpchn0" -venc "vpchn0|vechn0:encoding=H264,resolution=720P,framerate=25" -stream 0:vechn0
gives the following result:
VideoSource isp0:sensor=imx222|videv0|vichn0|vpgrp0|vpchn0 not found
VideoEncoder vpchn0|vechn0:encoding=H264,resolution=720P,framerate=25 not found
Hello! I created a build with live-streamer using a Buildroot for hi3518v200. The system starts ok (file system jffs2), but I can't start the live-streamer as before. The command: live-streamer -vsrc "isp0:sensor=imx222|videv0|vichn0|vpgrp0|vpchn0" -venc "vpchn0|vechn0:encoding=H264,resolution=720P,framerate=25" -stream 0:vechn0
gives the following result:
VideoSource isp0:sensor=imx222|videv0|vichn0|vpgrp0|vpchn0 not found VideoEncoder vpchn0|vechn0:encoding=H264,resolution=720P,framerate=25 not found
What am I doing wrong?