GNOME Bugzilla – Bug 756945
avfvideosrc should implement Gstphotography interface
Last modified: 2018-11-03 13:41:39 UTC
We would expect avfvideosrc would implement the GstPhotography interface for properties like (Focus mode, Exposure mode, White balance mode) There are two Exposure modes: AVCaptureExposureModeContinuousAutoExposure and AVCaptureExposureModeLocked There are three focus modes: AVCaptureFocusModeLocked AVCaptureFocusModeAutoFocus AVCaptureFocusModeContinuousAutoFocus There are two white balance modes: AVCaptureWhiteBalanceModeLocked AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance It would be great if we could set the enum values in respected modes. Till now we can not set the modes in gst-plugins-bad/edit/master/sys/applemedia/avfvideosrc.m file Thank you.
Can this interface be implemented partially ? Do you plan to submit a patch ?
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/315.