Metadata-Version: 2.1
Name: camconnect
Version: 0.0.1
Summary: Simple Interface for Camera Streams in Python
Home-page: https://github.com/aimarabimanyu/camconnect.git
Author: Aimar Abimayu Pratama
Author-email: aimarabimanyu123@gmail.com
License: MIT
Project-URL: Source, https://github.com/aimarabimanyu/camconnect.git
Keywords: python,interface,stream,camera,opencv,tkinter
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python
Requires-Dist: tk
Requires-Dist: Pillow


# Camconnect



Simple interface for connect and display the video stream from a camera.



Developed by Aimar Abimayu Pratama (c) 2024



## Installation



```bash

pip install camconnect

```



## How To Use



```python

from camconnect import WindowCamera

import cv2



WindowCamera(cv2.VideoCapture(0), filename="output.jpg", width=640, height=480)

```



## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
