Skip to content
/ yavta Public
forked from 6by9/yavta

Fork of yavta from git://git.ideasonboard.org/yavta.git, modified to support MMAL

License

Notifications You must be signed in to change notification settings

FD-/yavta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yavta

Fork of yavta from git://git.ideasonboard.org/yavta.git, modified to support V4L2 to MMAL.

Sets up the pipe:

V4L2 -> isp -> video_splitter -> video_render
                              -> video_encode -> file

Example command line:

./yavta --capture=1000 -n 3 --encode-to=file.h264 -f UYVY -m -T /dev/video0

Captures 1000 frames, 3 V4L2 buffers, encoder to file.h264, sets V4L2 format to UYVY (optional), -m for MMAL, -T to set dv-timings (required for TC358743 only).

Intended/tested on:

Kernel tree https://github.com/6by9/linux/tree/unicam_4_13/ should have all the required drivers, and has overlays for the above.

About

Fork of yavta from git://git.ideasonboard.org/yavta.git, modified to support MMAL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Makefile 0.2%