Camera2URL is a Swift app suite that allows users to capture still images from Apple device cameras and upload them to configurable HTTP endpoints. The repository hosts code for two platforms:
macos/– the macOS desktop app. See the macOS README for full usage, build, and testing instructions.ios/– the iOS counterpart for iPhone and iPad. See the iOS README for details.
The below video shows how Camera2URL can be used to trigger an n8n workflow by immediately posting images to the n8n Webhook node endpoint URL:
cd macos
make build
make testAdditional commands (UI tests, quality targets, etc.) are documented in macos/README.md.
cd ios
make build
make testRefer to ios/README.md for simulator setup, UI tests, and quality targets.
See LICENSE.txt for licensing details.
