SnapshotVerifier

class SnapshotVerifier @JvmOverloads constructor(maxPercentDifference: Double, rootDirectory: File = File(System.getProperty("paparazzi.snapshot.dir"))) : SnapshotHandler

Constructors

Link copied to clipboard
constructor(maxPercentDifference: Double, rootDirectory: File = File(System.getProperty("paparazzi.snapshot.dir")))

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun newFrameHandler(snapshot: Snapshot, frameCount: Int, fps: Int): SnapshotHandler.FrameHandler