bunkahle / pygrabber

Python tool to capture photo from camera and for doing simple image processing using DirectShow and OpenCV
MIT License
17 stars 4 forks source link

DShow graph flushing #5

Open issamdakir opened 1 year ago

issamdakir commented 1 year ago

Hi dear Thanks a lot for this wonderful dshow implementation Library Currently I m working on an open source structured light scanner I m still in capture stage Using your lib was able to get a good capture My project will be a blender (open source 3d soft) addon I can share with you my progress if you want Nonetheless I need to project patterns a series of images an capture them instantly for this I just realized this morning that I need to flush the graph before each loop iteration Could u please help me to do it using pygrabber

issamdakir commented 1 year ago

DShow article : https://learn.microsoft.com/en-us/windows/win32/directshow/flushing

bunkahle commented 1 year ago

I am quite busy at the moment. You might also address your request to https://github.com/andreaschiavinato/python_grabber

issamdakir commented 1 year ago

Ok thank you sir