-
-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
I would like to discuss adding camera tethering functionality to RapidRAW. Before implementing, I'd like to get your feedback on the approach.
Proposed Features:
- Real-time camera parameter display (ISO, aperture, shutter speed, white balance, exposure compensation, focus mode, etc.)
- Camera parameter controls (change settings from the UI)
- Auto-import captured photos into the editor
- Folder monitoring for new captured files
Implementation Approach:
- Use libgphoto2 Rust bindings for camera communication (already in use locally)
- Add Tauri commands for: get_config_choices, set_config_value
- React context for global camera state management
- File system monitoring using notify crate
Questions:
- Are you open to adding this feature?
- Would you prefer I add toast notifications (requires sonner dependency) or use a different notification approach?
- Should this be a separate panel or integrated into existing UI?
- Any specific requirements or limitations I should be aware of?
I have tested with Canon EOS series and can submit PRs for review. I will do more test with more cameras before submitting.

IlyesSemlali
Metadata
Metadata
Assignees
Labels
No labels