865 Commits

Author SHA1 Message Date
Myzel394
453ee79b1a
fix(ui): Move information down 2023-12-06 18:28:28 +01:00
Myzel394
e116c192f6
fix: Call onAmplitudeChange on AudioRecorderModel when amplitude changes 2023-12-05 19:01:17 +01:00
Myzel394
4d2d73d562
fix: Uncomment stopRecording on AudioRecorderService 2023-12-05 18:40:33 +01:00
Myzel394
699acb5311
fix: Destroy recording after stopping it 2023-12-05 18:39:05 +01:00
Myzel394
55e00c132a
fix: Allow sheet to be closed 2023-12-05 18:32:02 +01:00
Myzel394
add9c8cde5
feat: Add cameraID and enableAudio pass from UI to VideoRecorderService 2023-12-04 18:56:29 +01:00
Myzel394
60f53f3649
current stand 2023-12-04 16:23:59 +01:00
Myzel394
8a3bfcae4d
fix: Improve camera-info.kt and CamerasSelection 2023-12-04 09:27:28 +01:00
Myzel394
7f757f46f3
feat: Add permission check to camera and audio 2023-12-04 08:52:54 +01:00
Myzel394
22876c3be5
refactor: Rename package AudioRecorder -> RecorderScreen 2023-12-04 08:44:29 +01:00
Myzel394
40eee79aa3
feat: Adding camera preview functionality 2023-12-03 22:16:09 +01:00
Myzel394
817e9d96d0
feat: Add VideoRecorderPreparationSheet 2023-12-03 18:37:04 +01:00
Myzel394
e7e7505592
current stand 2023-12-02 19:10:44 +01:00
Myzel394
261753ad75
feat: Add AudioRecordingStart and VideoRecordingStart 2023-12-02 18:45:25 +01:00
Myzel394
e7989e2eba
feat: Add VideoRecorderQualityTile 2023-12-02 18:23:15 +01:00
Myzel394
7cf2e14df2
fix: Rename VideoFrameRate.kt -> VideoRecorderFrameRate.kt 2023-12-02 17:56:50 +01:00
Myzel394
b309d584a7
fix: Rename VideoFrameRate.kt -> VideoRecorderFrameRate.kt 2023-12-02 17:56:23 +01:00
Myzel394
b6d8bdf607
fix: Icon 2023-12-02 17:54:44 +01:00
Myzel394
e8d7b2b6f8
feat: Add VideoFrameRate 2023-12-02 17:50:54 +01:00
Myzel394
9598cd45fa
feat: Add VideoRecorderBitrateTile 2023-12-02 17:40:11 +01:00
Myzel394
4f265b23f8
feat(ui): Improve settings UI 2023-12-02 17:03:25 +01:00
Myzel394
d4a5612b77
chore(ui): Improve structure for settings 2023-12-02 16:47:11 +01:00
Myzel394
b98718214c
fix: Improve AppSettings structure 2023-12-02 16:34:15 +01:00
Myzel394
5f7c6a9140
fix: Close camera correctly 2023-12-02 16:03:03 +01:00
Myzel394
65be9a1e3e
chore: Move code for better readability 2023-12-01 00:29:41 +01:00
Myzel394
c40361aced
fix: Add pause method to VideoRecorderService 2023-12-01 00:20:23 +01:00
Myzel394
79b33ced2e
refactor: Small improvements for changeState in RecorderService 2023-12-01 00:18:04 +01:00
Myzel394
c38be920ec
feat: Add timeout to camera closing 2023-12-01 00:13:51 +01:00
Myzel394
569794d437
feat: Wait for camera to finish completely 2023-12-01 00:04:14 +01:00
Myzel394
3cee858b56
fix: Fix ffmpeg 2023-11-30 23:20:48 +01:00
Myzel394
0d618380fa
current stand: trying to improve concatenation of file 2023-11-29 19:02:32 +01:00
Myzel394
1be3912812
refactor: Improve BatchesFolder concatenation behavior 2023-11-29 18:31:53 +01:00
Myzel394
fe9d9d7298
debug: current stand trying to make ffmpeg to work 2023-11-28 18:59:01 +01:00
Myzel394
1eb7a7dd9a
fix: Remove unused AudioRecorderExporter.kt 2023-11-28 17:48:13 +01:00
Myzel394
8c391a7504
fix: Improve BatchesFolders; concatenate video files 2023-11-28 17:48:03 +01:00
Myzel394
89baa35ed7
fix: Properly assign batchesFolder 2023-11-28 17:43:31 +01:00
Myzel394
448108a974
feat: Improve settings for video recording 2023-11-27 15:03:27 +01:00
Myzel394
b3bb43367a
feat: Use VideoBatchesFolder and AudioBatchesFolder 2023-11-27 14:57:42 +01:00
Myzel394
3d17012fb7
fix: Use Unit for completer 2023-11-27 14:14:28 +01:00
Myzel394
92d1d6582a
feat: Added VideoRecorderSettings 2023-11-26 23:01:48 +01:00
Myzel394
f75a1a8a33
chore: Rename VideoService -> VideoRecorderService 2023-11-26 22:26:51 +01:00
Myzel394
a5a93cedc9
chore: Use general MediaConverter for concatenation 2023-11-26 22:23:39 +01:00
Myzel394
a9b6225717
feat: Add internal folder support 2023-11-26 22:06:49 +01:00
Myzel394
cb4f76efe0
chore: Cleanup 2023-11-26 20:02:19 +01:00
Myzel394
d9e707aeea
feat: Add VideoRecorderModel 2023-11-26 19:55:54 +01:00
Myzel394
f033550f8f
feat: Slowly creating workable camera support 2023-11-26 19:10:15 +01:00
Myzel394
d21580b0cb
chore: Improvements 2023-11-26 14:12:31 +01:00
Myzel394
f6bdd1b345
debug: Fix microphone not accessible in background 2023-11-25 17:13:28 +01:00
Myzel394
0de720ccf4
debug: Add PoC for recurring video 2023-11-25 15:29:42 +01:00
Myzel394
63198c316e
feat: Add poc 2023-11-25 14:30:34 +01:00