Skip to content

bruno-f-cruz/hexa_flir_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexa-flir-demo

Demo on how to acquire from multiple FLIR cameras using bonsai and encoding using FFMPEG

Deployment

To deploy the Bonsai code, run ./bonsai/setup.cmd. This small script will download and regenerate the current bonsai environment (see tutorial for further details.)


Prerequisites

These should only need to be installed once on a fresh new system, and are not required if simply refreshing the install or deploying to a new folder.


Quick start

  • Open Bonsai (./bonsai/Bonsai.exe)
  • Open the workflow (./src/main.bonsai)
  • Define the relevant properties in the property grid on the right:

props

  • Camera<X>: The serial number of the camera to instantiate (dropdown list)

  • Extension: The file extension to use for the output video file (e.g. .mp4)

  • FrameRate: The frame rate to use for the output video file (e.g. 30)

  • OutpuArguments: The output arguments to use for the output video file encoding (e.g. -crf 23 -preset fast)

  • RootPath: The root path to use for the output video file (e.g. C:\Data). Data will be saved in the format: <RootPath>\<Date>\<CameraSerial>.<Extension>

    • Click the Start button in the top left corner of the bonsai window
    • For each camera two files will be logged. The video and the metadata.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published