This topic has been closed to new posts due to inactivity. We hope you'll join the conversation by posting to an open topic or starting a new one.
API to access continuous recorded videos by start/end time
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.