Skip to content

A macOS and iOS app which makes it super easy to post an image from your Mac's or iPhone's camera to any HTTP endpoint.

License

Notifications You must be signed in to change notification settings

manuelkiessling/Camera2URL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera2URL macOS CI iOS CI

Download the iOS version on the App Store

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.

Demo video

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:

Camera2URL n8n demo video

Quick Start

Build and test the macOS app

cd macos
make build
make test

Additional commands (UI tests, quality targets, etc.) are documented in macos/README.md.

Build and test the iOS app

cd ios
make build
make test

Refer to ios/README.md for simulator setup, UI tests, and quality targets.

License

See LICENSE.txt for licensing details.

About

A macOS and iOS app which makes it super easy to post an image from your Mac's or iPhone's camera to any HTTP endpoint.

Resources

License

Stars

Watchers

Forks