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
- Host: GitHub
- URL: https://github.com/dataplayer12/camera_switcher
- Owner: dataplayer12
- Created: 2024-05-12T15:01:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T17:14:58.000Z (over 1 year ago)
- Last Synced: 2025-10-09T02:48:29.923Z (3 months ago)
- Topics: camera, gstreamer
- Language: C
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.