gkoh / furble

A bluetooth wireless remote shutter release/button for Fujifilm X/GFX and Canon EOS cameras.
https://furble-web-installer.koh.wtf
MIT License
65 stars 8 forks source link

Add simultaneous multiple camera connection #128

Closed gkoh closed 2 days ago

gkoh commented 4 days ago

With the shift to expose the EPS32's underlying FreeRTOS, we can further abstract furble's components in meaningful ways. By adding per-camera tasks and funnelling UI inputs through a command queue, it will be possible to connect to and control multiple cameras at the same time.

To preserve the current 'easy' 'click-click-click' experience, hide the feature behind a setting and default to false.

matthudsonau commented 4 days ago

Had someone ask about doing this last month. Good timing

gkoh commented 4 days ago

Had someone ask about doing this last month. Good timing

Ha! All the refactoring over the past few months has been aimed at implementing this :slightly_smiling_face:

Will be great to get real-world feedback on it when it's done.

matthudsonau commented 4 days ago

Well, once work gets done with firing us (long story) I'll hopefully have a bit of time to test things

gkoh commented 3 days ago

Well, once work gets done with firing us (long story) I'll hopefully have a bit of time to test things

:open_mouth:

gkoh commented 2 days ago

A pre-release with this feature is in 2.2.0-rc2