Rui Rodrigues
3a20c44a31
fix preview and recording orientation fix
...
- add onCameraConfigurationChanged to CameraSessionDelegate to notify CameraView when configuration changes
- when orientatin change update CameraView.PreviewView.videoPreviewLayer.connection orientation value
2024-08-02 14:39:23 +01:00
Rui Rodrigues
9f2c7906e5
add filePath to define recording directory
...
- add CaptureError.createRecordingDirectoryError
- stub RCTViewManager to be able to compile CameraViewManager
2024-07-16 09:50:21 +01:00
Rui Rodrigues
621bfe333c
format identation
2024-07-16 08:17:06 +01:00
Rui Rodrigues
20f8fa2937
test onInitReady and onVideoChunkReady
2024-07-16 08:07:21 +01:00
Rui Rodrigues
d9a1287b68
WIP - implement ChunkedRecorder
...
- configure AVAssetWriter for fragmented mp4 output
- implement ChunkedRecorder to received chunk data via AVAssetWriterDelegate
2024-07-12 16:51:09 +01:00
Rafael Bastos
23459b2635
create TestRecorder iOS test app
2024-07-12 08:53:47 +01:00