Skip to content

Instantly share code, notes, and snippets.

@jonbinney
Created February 15, 2018 18:11
Show Gist options
  • Save jonbinney/c92c13fcd1a90f1d97124b7fec1e4e79 to your computer and use it in GitHub Desktop.
Save jonbinney/c92c13fcd1a90f1d97124b7fec1e4e79 to your computer and use it in GitHub Desktop.
basler_params:
-
name: AcquisitionFrameRateAbs
type: float
value: 5.0
-
name: ExposureTimeAbs
type: float
value: 2500.0
-
name: AcquisitionMode
type: enum
value: Continuous
-
name: BalanceWhiteAuto
type: enum
value: 'Once'
-
name: TriggerMode
type: enum
value: 'Off'
-
name: LineSelector
type: enum
value: 'Out1'
-
name: LineSource
type: enum
value: 'ExposureActive'
-
name: LineMode
type: enum
value: Output
-
name: GevSCPSPacketSize
type: int
value: 8192
-
name: GevSCPD
type: int
value: 50000
@marc-up
Copy link

marc-up commented Apr 20, 2018

Hey Jon, I just found this file in your repository. That indicates, that you might have a functionality to set generic parameter which is definitely missing in the current version of the original pylon_camera pkg. Would you be interested in also sharing your adaption?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment