mkalten / reacTIVision

computer vision framework for tangible interactive surfaces
Other
305 stars 64 forks source link

Can not run version 1.6 in xcode #47

Open CarinaGood opened 4 months ago

CarinaGood commented 4 months ago

I am using the OSX with the M1 Chip with the version 14.4.1 (23E224). For xcode: Version 15.3 (15E204a)

The build is successful, but the application stops running while getting the camera configurations.

int32_t codec = CMVideoFormatDescriptionGetCodecType((CMVideoFormatDescriptionRef)[format formatDescription]);

The Error is: Thread 1: EXC_BREAKPOINT (code=1, subcode=0x104d25124)

I would love to be able to run the newer version of reacTIVision. Has anybody an idea how to fix this?