Is there any way to record video in avi file directly?

I found only svo output type in recording api, but my app only need video file which can play in web page.
Export the svo to avi will waste more time, is there any way to output avi by recording api?

Hi,

You should take a look at our export sample which converts a SVO file into an AVI file using Opencv. You can modify it to use the live input instead (in the InitParameters).
It may need some other modifications but It’s a good start.

Best regards,
Benjamin Vallon