Jeffrey Frey

Results 9 comments of Jeffrey Frey

> I am pondering right now if it would be better to have the header value state it is mod_xsendfile and what version (kind of a user-agent string) instead of...

Requested changes pushed to my fork

I have zero experience with that, but would happily test and accept a pull request with the necessary additional bits.

I haven't had a UVC-compatible camera in a long time, so I can't really work on adding that support. Note that in the [UVCController code](src/UVCController.m) the `VC_EXTENSION_UNIT` is defined (as...

Is the `@available()` syntax compatible with older releases? The `@available()` syntax introduces a collection of additional functions into the linked binary that implement the version/platform checks. I found [anecdotal evidence...

I tracked down some [official documentation](https://developer.apple.com/documentation/xcode/running-code-on-a-specific-version/) about the `@available()` functionality. Also found in the [changelog for Apple's swift repository](https://github.com/apple/swift/blob/main/CHANGELOG.md) the `@available()` functionality showed up in 2015-09-17 (Xcode 7.0). The release...

I've prepped the mach default port fix in the 2a0b3a8ad8adb2708595fbfe8a5b93de83e72721 commit.

Feel free to fork a copy and supply an augmented README.md in a pull request. The organization that needed this program no longer uses it, so I don't have time...

Try from the cloned source directory: ``` xcodebuild -derivedDataPath ./build -scheme uvc-util -target uvc-util -configuration Release ``` and look for the executable under `./build/Build/Products/Release/uvc-util`.