Changes between Version 3 and Version 4 of ventana/vpu


Ignore:
Timestamp:
01/11/2019 10:47:44 PM (5 years ago)
Author:
Cale Collins
Comment:

added hostname to gst examples

Legend:

Unmodified
Added
Removed
Modified
  • ventana/vpu

    v3 v4  
    180180 * gstv4l2videodec:
    181181{{{#!bash
    182 # gst-inspect-1.0 | grep -P "v4l2.*dec"
     182root@bionic-armhf:~# gst-inspect-1.0 | grep -P "v4l2.*dec"
    183183video4linux2:  v4l2mpeg4dec: V4L2 MPEG4 Decoder
    184184video4linux2:  v4l2mpeg2dec: V4L2 MPEG2 Decoder
     
    187187 * gstv4l2videoenc
    188188{{{#!bash
    189 # gst-inspect-1.0 | grep -P "v4l2.*enc"
     189root@bionic-armhf:~# gst-inspect-1.0 | grep -P "v4l2.*enc"
    190190video4linux2:  v4l2h264enc: V4L2 H.264 Encoder
    191191video4linux2:  v4l2mpeg4enc: V4L2 MPEG4 Encoder