Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-120488

QVideoSink generates AVCaptureDeviceTypeExternal warning

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P2: Important P2: Important
    • None
    • 6.6.1
    • Multimedia
    • None
    • macOS Sonoma 14.2.1 (23C71)
    • macOS
    • 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.

        1. camera.zip
          1.0 kB
          Andrew Wason
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            tpochep Timur Pocheptsov
            rectalogic Andrew Wason
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes