Myzhar / Lepton3_BBB

A grabber for BeagleBone Blue to acquire thermal images from Lepton3 sensor
GNU Lesser General Public License v3.0
13 stars 4 forks source link

Add Telemetry mode #5

Open Myzhar opened 7 years ago

Myzhar commented 7 years ago

Use the command LEP_ SetSysTelemetryEnableState() from Lepton SDK to enable telemetry and to check the status of the sensor.

Documentation:

Useful commands:

LEP_ GetSysTelemetryEnableState()
LEP_ SetSysTelemetryEnableState()
LEP_ GetSysTelemetryLocation()
LEP_ SetSysTelemetryLocation()
Myzhar commented 7 years ago

Telemetry enabling has been added... telemetry parsing must be done