DelphiWorlds / Kastri

Cross-platform library for Delphi
MIT License
489 stars 119 forks source link

Android camera video recording #79

Open yarockiisergei opened 2 years ago

yarockiisergei commented 2 years ago

Hello. I have been looking for an example of recording video from a camera to a file for a very long time. I want to create a video recorder, but for some reason there are no examples on the network, can you help?

DelphiWorlds commented 2 years ago

It would be possible to extend the existing camera support in Kastri to include capturing video on Android. This link would be the Java-based reference, however yes, there is unlikely to be any examples using Delphi.

My preference is to be able to use the CameraX support in Android X (which would mean it would be available in Delphi 11 only), however I'm having trouble with being able to even display the preview. This link would be the corresponding documentation to implement capturing video.

DelphiWorlds commented 1 year ago

Please take a look at this demo for a more simplified example of video recording on Android. Please ensure that you read the readme