AndroidUSBCamera
AndroidUSBCamera copied to clipboard
How to use in Foreground Service without Activity/Fragment?
Using official Android Camera/Camera2 API I can recording videos in background (using a foreground service) without even launching the app - from widget for example or notification (with start/stop buttons).
Here README shows only usage with Activity/Fragment which is useless for my case