I am writing a camera application that can record video. I record the video through AVAssetWriter, but the problem is that the video that is saved to the camera roll does not have information about the camera.
This is what the information looks like when recorded on the built-in camera app.
Image
Is it possible to manually add this information? Or are there any other ways?
I was thinking of adding information via the AVMetaDataItem, but I did not find a key that would allow me to add information to the section on which camera was taken.
Maybe there are some native tools that would immediately add information about the camera to AVAssetWritter.
I will be glad of any help.