simonmitchell / rocc

A Swift framework for remote control of digital Cameras
MIT License
123 stars 15 forks source link

Add support for two-way events to CameraEventNotifier #5

Closed simonmitchell closed 4 years ago

simonmitchell commented 5 years ago

Maybe by having different protocols for if the camera supports polled events (Continuously hitting endpoint like smart remote control API) or if it responds to events sent by the camera that a new event is ready (PTP IP). See Issue #1 for further ideas on this!