Hi.
I’m trying to run videoGrabberExample, but get the error like this
2020-08-17 18:38:09.010198+0900 videoGrabberExampleDebug[1174:16462] Metal API Validation Enabled
2020-08-17 18:38:09.548978+0900 videoGrabberExampleDebug[1174:16462] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x600000253420> F8BB1C28-BAE8-11D6-9C31-00039315CD46
2020-08-17 18:38:09.601331+0900 videoGrabberExampleDebug[1174:16462] HALC_ShellDriverPlugIn::Open: Can't get a pointer to the Open routine
2020-08-17 18:38:09.601761+0900 videoGrabberExampleDebug[1174:16462] HALC_ShellDriverPlugIn::Open: Can't get a pointer to the Open routine
2020-08-17 18:38:09.631710+0900 videoGrabberExampleDebug[1174:16462] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x60000025ec80> 30010C1C-93BF-11D8-8B5B-000A95AF9C6A
[notice ] Device: 0: FaceTime HD Camera
[notice ] 0: FaceTime HD Camera
[warning] ofAvFoundationGrabber: requested width and height aren't supported. Setting capture size to closest match: 1280 by 720
[ error ] ofAvFoundationGrabber: could not set framerate to: 60. Device supports:
[ error ] framerate range of: 1 to 30
(lldb)
then I set the framerate to 30, but I get this error
2020-08-17 18:43:00.709115+0900 videoGrabberExampleDebug[1225:20377] Metal API Validation Enabled
2020-08-17 18:43:01.279817+0900 videoGrabberExampleDebug[1225:20377] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x600000258120> F8BB1C28-BAE8-11D6-9C31-00039315CD46
2020-08-17 18:43:01.334028+0900 videoGrabberExampleDebug[1225:20377] HALC_ShellDriverPlugIn::Open: Can't get a pointer to the Open routine
2020-08-17 18:43:01.334529+0900 videoGrabberExampleDebug[1225:20377] HALC_ShellDriverPlugIn::Open: Can't get a pointer to the Open routine
2020-08-17 18:43:01.364347+0900 videoGrabberExampleDebug[1225:20377] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x60000023ad80> 30010C1C-93BF-11D8-8B5B-000A95AF9C6A
[notice ] Device: 0: FaceTime HD Camera
[notice ] 0: FaceTime HD Camera
[warning] ofAvFoundationGrabber: requested width and height aren't supported. Setting capture size to closest match: 1280 by 720
(lldb)
and get this window
I think this error comes from FaceTime HD Camera’s setting, but I can’t figure out what should I do.
I use macbook pro (macOS Catalina 10.15.6), Xcode(11.6).
I’d like to ask you for your help.Thanks.