如何使用gstreamer和gst或其他非OpenCV的python库将相机流式传输到HTTP浏览器?

时间:2019-04-06 03:01:49

标签: python linux camera webserver gstreamer

我在Debian Linux系统上没有足够的空间用于OpenCV-我想将摄像机(YUV422)流式传输到本地主机上的浏览器。我认为可能的一种方式是使用gst和​​gstreamer。哪里有这样的例子?一个简单的准系统服务器和客户端示例将非常棒。另外,请让我知道Python 3中是否可能有另一个库可供使用。

这是我的v4l2-ctl -d /dev/video0 --all

的输出
Driver Info (not using libv4l2):
    Driver name   : mx6s-csi
    Card type     : i.MX6S_CSI
    Bus info      : platform:30a90000.csi1_bridge
    Driver version: 4.9.51
    Capabilities  : 0x84200001
        Video Capture
        Streaming
        Extended Pix Format
        Device Capabilities
    Device Caps   : 0x04200001
        Video Capture
        Streaming
        Extended Pix Format
Priority: 0
Video input : 0 (Camera: ok)
Format Video Capture:
    Width/Height      : 0/0
    Pixel Format      : ''
    Field             : Any
    Bytes per Line    : 0
    Size Image        : 0
    Colorspace        : Default
    Transfer Function : Default
    YCbCr/HSV Encoding: Default
    Quantization      : Default
    Flags             : 
Crop Capability Video Capture:
    Bounds      : Left 0, Top 0, Width 0, Height 0
    Default     : Left 0, Top 0, Width 0, Height 0
    Pixel Aspect: 1/1
Crop: Left 0, Top 0, Width 0, Height 0
Streaming Parameters Video Capture:
    Capabilities     : timeperframe
    Frames per second: 30.000 (30/1)
    Read buffers     : 0

0 个答案:

没有答案