https://github.com/ahmdvnd/directshowcameraproject
a useful project for camera library (Directshow) in c++ .
https://github.com/ahmdvnd/directshowcameraproject
camera cpp directshow image image-processing library real-time usb video video-processing windows
Last synced: 7 months ago
JSON representation
a useful project for camera library (Directshow) in c++ .
- Host: GitHub
- URL: https://github.com/ahmdvnd/directshowcameraproject
- Owner: ahmdvnd
- Created: 2023-02-26T15:16:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T07:17:20.000Z (10 months ago)
- Last Synced: 2025-01-14T13:56:50.831Z (9 months ago)
- Topics: camera, cpp, directshow, image, image-processing, library, real-time, usb, video, video-processing, windows
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DirectShow Camera Project
In this project I have shown how to connect to USB cameras and do some operations (Video Recording, Taking Image) by Microsoft DirectShow.
all codes have been writen on Microsoft Visual Studio and C++ language
The operation that this project does are :
-Connect and find camera by its DevicePath (beccause I have seen some devices with the exactly same PID&VID)
- take images with custome config
- loading all configs that a camera has
- Write Text on images
- Recording video
-Editing all frames one by one by grabbing frames.
-write text on live video