Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.corecomponents.FrameCapture Interface Reference

Public Member Functions

List< VideoFramecaptureFrames (File file, int numFrames) throws Exception
 

Detailed Description

Interface used to capture frames from a video file.

Deprecated:
This "extension point" is not currently supported.

Definition at line 30 of file FrameCapture.java.

Member Function Documentation

List<VideoFrame> org.sleuthkit.autopsy.corecomponents.FrameCapture.captureFrames ( File  file,
int  numFrames 
) throws Exception

Captures the specified number of frames from a video file.

Parameters
fileThe video file to use
numFramesThe number of frames to capture. Note that the actual number of frames returned may be less than this number. Specifically, this may happen if the video is very short.
Exceptions
ExceptionIf anything goes wrong.
Returns
A list of VideoFrames representing the captured frames

The documentation for this interface was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.