JamesWrigley / SpinnakerGUI.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpinnakerGUI

A CImGui.jl-based GUI for controlling FLIR/PointGrey cameras through the Spinnaker API via Spinnaker.jl

Install

] add SpinnakerGUI

Run

start()

On first run the GUI will use default window size and location values, but on close, will save layout state to an imgui.ini settings file in the current working directory that will used if present in the working directory of future sessions.

Recording

Videos are encoded in H.264, with lossless compression by default, and saved in the current working directory. Different compression rates (see ffmpeg crf) can be set by setting the compression at start:

start(compression=23)

About

License:MIT License


Languages

Language:Julia 100.0%