-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.6.1
-
None
-
macOS Sonoma 14.2.1 (23C71)
-
-
Multimedia wk 5-6
Attached sample app simply does the following:
QVideoFrame frame(QVideoFrameFormat(QSize(640, 480), QVideoFrameFormat::Format_RGBA8888)); QVideoSink sink; sink.setVideoFrame(frame)
It does not use the camera at all, but the above generates this warning:
WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist.