Skip to content

Adds a method to zoom the video capture device using an optional rate #164

Adds a method to zoom the video capture device using an optional rate

Adds a method to zoom the video capture device using an optional rate #164

Workflow file for this run

name: Swift
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v