Как использовать Python для открытия приложения камеры с помощью Python

import os
os.system("start microsoft.windows.camera:")
Programmer of empires