Skip to content

Raspberry Pi camera on HDMI output #14

@jeroentaverne

Description

@jeroentaverne

I am using a Raspberry Pi with lite OS without running X. It would be very nice if the camera output is also shown on the HDMI output of the Raspberry Pi during IP streaming. The tool raspivid seems to create some non latency hardware connection between CSI port and HDMI output, and is also able to stream to IP at the same time. Example using VLC is: raspivid -o - -t 0 -w 1920 -h 1080 -fps 25 | cvlc -vvv stream:///dev/stdin --sout '#rtp{access=udp,sdp=rtsp://:8554/stream}' :demux=h264. This has off course limitations. Would it be possible to use raspivid for feeding video data into APStreamline? What could be the proper way of doing this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions