Hi Kurt,
I forgot to mentioned. When I ran Qt Creator to build, there were some errors:
>> libusb-1.0 development package not found
But I did put a right config, I guess:
MacBuild: {
*PKG_CONFIG = /usr/local/bin/pkg-config
PKG_CONFIG = /opt/homebrew/bin/pkg-config
}
MBA M1 installed apps under the /opt/homebrew directory.
The libusb got installed correctly with "brew install libusb".
It seems the pk-config didn't work as it supposed to do.
Qt Creator also gave the following errors:
>> error: implicit declaration of function 'UVC_GetAttribute' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
>> error: implicit declaration of function 'UVC_SetAttribute' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
>> error: implicit declaration of function 'UVC_RunCommand' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
--bordin