Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sequence Grabber

I am looking to list out All Capture Devices in mac by using Sequence grabber. I add QuickTime Framework and QuickTimeComponents.h, but Still i have error

unknown type name SeqGrabComponent
like image 661
snowwood Avatar asked Apr 24 '26 13:04

snowwood


1 Answers

The Sequence Grabber and the whole QuickTime C API has been removed in 64-bit. Go into your project settings and set your app's architecture to be 32-bit and see if that helps. -Ken

like image 141
Ken Aspeslagh Avatar answered Apr 26 '26 14:04

Ken Aspeslagh