Running Python OpenCV on M1 Max Error

Environment:

Macbook Pro

Chip Apple M1 Max

[xxxxxx]$ python3.10
Python 3.10.2 (main, Feb  2 2022, 06:19:27) [Clang 13.0.0 (clang-1300.0.29.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'4.5.5'
>>> cv2.VideoCapture(0)

....
....
....


2022-04-18 19:59:59.145 Python[2550:31947] exceedshare-mac-virtualcam(DAL): -[DALPlugIn startStream]
2022-04-18 19:59:59.145 Python[2550:32034] exceedshare-mac-virtualcam(DAL): -[DALStream startServingDefaultFrames]
2022-04-18 19:59:59.145 Python[2550:32034] exceedshare-mac-virtualcam(DAL): Server is not available
<VideoCapture 0x109330030>
>>> 2022-04-18 19:59:59.893 Python[2550:32093] exceedshare-mac-virtualcam(DAL): Server is not available
2022-04-18 20:00:00.893 Python[2550:32093]