ADAM_MP4Rec_Start() failure

Updated:Apr 12, 2022

Question

Failure upon ADAM_MP4Rec_Start() call


Answer

Please confirm ADAM_Mp4rec_Stop() is properly running.

 

If you terminate app without commanding ADAM_Mp4rec_Stop(), ADAM_Mp4rec_Start() fails as MP4 recording is still running.

ADAM_Mp4rec_Start() can be used once you input ADAM_Mp4rec_Stop() to stop the operation.

Please set up in such a way that ADAM_Mp4rec_Stop() is called up each time prior to ADAM_Mp4rec_Start() for the sake of possible abnormal shut down.

AdamAPI for Python

  • adam_mp4rec_start()

  • adam_mp4rec_stop()