Arlo|Smart Home Security|Wireless HD Security Cameras
× Arlo End of Life Policy Notice
To view Arlo’s new End of Life Policy, click here.

API to access continuous recorded videos by start/end time

Reply
Discussion stats
  • 1 Reply
  • 1152 Views
  • 0 Likes
  • 2 In Conversation
belson17
Follower
Follower

I need to find portions of video, and I already know the start and end times. Is it possible to call an API that returns acess to the video for a specified period of time, roughly something like:

 

video_buffer = get_video_clip(camera_name, start_time, end_time)

 

Thanks for your help!

1 REPLY 1
jguerdat
Guru Guru
Guru

I know of no public API that can be used. If you don't have a recording of it to peruse, perhaps subscribing to CVR (continuous video recording) would be helpful. That way you have access to the whole stream for this purpose. If you need to capture a portion of CVR, you must use 3rd party screen capture software to do so.

Discussion stats
  • 1 Reply
  • 1153 Views
  • 0 Likes
  • 2 In Conversation