The FrameFlex Toolkit is a Python program designed to interact with camera functionalities and perform various video processing tasks, focusing on frame manipulation and flexibility. This toolkit offers a range of features, from live camera feed to advanced frame-based operations.
-
Live Cam: View live camera feed from your connected camera.
-
Outline: Detect edges in real-time using the Canny edge detection algorithm.
-
Cartoon: Apply a cartoon effect to the live camera feed.
-
Pixel Intensity Analysis:
a. Gray Frame: Analyze pixel intensity and display a histogram for grayscale frames.
b. Color Frame: Analyze pixel intensity and display a histogram for color frames.
-
Frame Manipulation: Explore various frame-based operations for creative video processing.
- Python 3.x
- openCV
- Matplotlib
To install openCV, you can use pip:
pip install opencv-python
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.