Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrapper/gstreamer plugin #7

Closed
wants to merge 1 commit into from
Closed

wrapper/gstreamer plugin #7

wants to merge 1 commit into from

Commits on Mar 17, 2015

  1. wrapper/gstreamer plugin based on xcore

    sample launch line:
    
    gst-launch-1.0 xcamsrc sensor=0 capturemode=0x4000 memtype=4 \
      buffercount=8 fpsn=25 fpsd=1 width=1920 height=1080        \
      pixelformat=0 field=0 bytesperline=3840                    \
      ! video/x-raw, format=NV12, width=1920, height=1080,       \
        framerate=30/1 ! queue ! vaapiencode_h264 ! fakesink
    John Ye committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    e94eb96 View commit details
    Browse the repository at this point in the history