Skip to content

jahdkaran/Rtsp_Frame_save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RTSP Frame Saver

This application captures a single frame from an RTSP stream and saves it as a JPEG image.

Prerequisites

The application is built using GStreamer, so you need to have GStreamer installed on your system.

Building

To build the application, use the following command:

g++ -o rtsp_frame_saver main.cpp `pkg-config --cflags --libs gstreamer-1.0`

Replace main.cpp with the actual name of your source file.

Usage

To run the application, use the following command:

./rtsp_frame_saver rtsp://your_rtsp_stream_url

Replace rtsp://your_rtsp_stream_url with the actual RTSP stream URL.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages