# 📷 CamLink
<img src="https://raw.githubusercontent.com/LaithALhaware/CamLink/main/Main.png" alt="Alt Text" style="width:100%;" />
**CamLink** is a user-friendly application for connecting to and streaming RTSP camera feeds. This tool allows you to enter camera credentials and view live footage directly from the app.
## ✨ Features
- 📡 **RTSP Live Streaming** – Connect to cameras via RTSP URL.
- 🔑 **Secure Access** – Input credentials securely.
- 🎨 **User-Friendly UI** – Simple and intuitive interface.
## 🛠 Installation
1. Open CMD 🖥️
| **Operating System** | **Steps** |
|----------------------|-----------------------------------------------------------------------------------------------------------------------------|
| **Windows** 💻 | 1. Press `Windows + R` to open the "Run" dialog box. <br> 2. Type `cmd` and hit `Enter`. <br> 3. The Command Prompt (CMD) will open. <br> Alternatively, you can search for "Command Prompt" in the Start menu and click to open it. 🔍 <br> 4. To navigate to the Desktop, type `cd %USERPROFILE%\Desktop` and hit `Enter`. 📂 |
| **Linux** 🐧 | 1. Press `Ctrl + Alt + T` to open the terminal. <br> 2. Alternatively, search for "Terminal" in your applications menu. 💨 <br> 3. To navigate to the Desktop, type `cd ~/Desktop` and hit `Enter`. 📂 |
2. Clone this repository:
```sh
git clone https://github.com/LaithAlHaware/CamLink.git
```
3. Navigate to the project folder:
```sh
cd CamLink
```
4. Install dependencies:
```sh
pip install -r requirements.txt
```
5. Run the application:
```sh
python CamLink.py
```
## 📸 Usage
1. Enter the **IP Address**, **Username**, **Password**, and **Port**.
2. Click **Connect** to start the live camera feed.
3. View the live video stream within the application.
## 📂 File Structure
```
CamLink/
│── data/
│ ├── Img/
│ │ ├── icon.png
│ │ ├── Main-Logo.png
│── LICENSE.txt
│── CamLink.py
│── README.md
│── requirements.txt
```
## 📜 License
This project is licensed under the **License**. See the [LICENSE.txt](LICENSE.txt) ⚖️ file for details.
---
## ❤️ Support This Project
If you find this project useful, consider supporting its development:
💰 Via PayPal: [[PayPal Link](https://www.paypal.com/ncp/payment/KC9EETJDVZQHG)]
Your support helps keep this project alive! 🚀🔥
Rendering README…