An open API service indexing awesome lists of open source software.

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++ .

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

![71-zmHJ359L _AC_UF1000,1000_QL80_](https://github.com/user-attachments/assets/5c6df22c-4a21-47e5-af7d-4d47b7e327c0)