Here's what I've got so far:
Code: Select all
vlc v4l2:///dev/video0 :v4l2-standard= :live-caching=300 --sout="#transcode{vcodec=MJPG,vb=512,fps=1,scale=1,acodec=none,ab=128,channels=2,samplerate=44100}:duplicate{dst=file{mux=mov,dst=/home/scott/VideoProjects/MondayFile.mov,no-overwrite},dst=display}" :sout-keep
The cameras for this application will be located at remote rivers and will be used to enumerate salmon migration. Technicians will review the imagery frame by frame to achieve an estimate of fish passage.
I'm pretty new at video processing, any suggestions and advice would be appreciated. Thanks.