An open API service indexing awesome lists of open source software.

https://github.com/dataplayer12/camera_switcher

Gstreamer application for viewing IP cameras
https://github.com/dataplayer12/camera_switcher

camera gstreamer

Last synced: 3 months ago
JSON representation

Gstreamer application for viewing IP cameras

Awesome Lists containing this project

README

          

# camera_switcher
Gstreamer application for viewing IP cameras

## Step 1
Configure the streams variable in `main.c`. You can add any number of streams.

## Step 2
```Shell
chmod +x compile.sh
./compile.sh # You need to have gstreamer installed for compilation to be successful
```

## Step 3

```Shell
./camera_switcher
```

## Step 4
The application will initially open up in a small window. You can click anywhere in that window to go to the next camera. When you click the stream for the next camera will open in a full sized window. The first small window is therefore only for choosing the stream, not for viewing.