shogo4405 / HaishinKit.dart

Camera and Microphone streaming library via RTMP for Flutter.
https://pub.dev/packages/haishin_kit
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

Feature: add setCaptureSettings #26

Closed tian-zhihui closed 1 year ago

tian-zhihui commented 1 year ago

Description & motivation

Support set captureSettings at dart side.

Type of change

Please delete options that are not relevant.

Screenshots:

stream.captureSettings = CaptureSettings(
    fps: 60,
    continuousAutofocus: true,
    continuousExposure: true,
);
tian-zhihui commented 1 year ago

@shogo4405 Hi, I tried to add setCaptureSettings feature. Could you please review my changes? I hope you can merge it into the main branch to help more people.

shogo4405 commented 1 year ago

Thank you.