I have added "V4l2" sources to the CedarX encoder demo. This is basically the "Camera" sources from AW demo that was around for A20...
https://github.com/rosimildo/videoenc Instructions to compile and install is on the repository. If you have a V4L2 source ( web camera ) as /dev/video0: mkfifo /tmp/out1.h264 ./videoenc -i /dev/video0 -k 2 -r 25 -b 1024 -s 640x480 -o /tmp/out1.h264 The output file "out1.h264" cam be played on VLC or ffplay. R -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
