Skip to content

Using Two FLIR Lepton 3.5 Cameras Simultaneously with raspberry pi 4b #109

Description

@Elham6796

Thanks in advance for your prompt response; I appreciate it.

I'm currently working on a project where I need to connect two FLIR Lepton 3.5 sensors using PureThermal Mini boards to measure surface temperature in two directions. My setup uses the following:

  • Raspberry Pi 4b
  • FLIR Lepton 3.5
  • Python 3.11.2
  • OpenCV 4.5.5.64
  • flirpy 0.4.0

Everything works fine when using one thermal camera. However, when I try to use both simultaneously, I encounter the following error:

raise ValueError("Unknown level: %r" % level)
ValueError: Unknown level: ...

It seems that the issue is related to an invalid or unrecognised log level being passed to logging. basicConfig().

Could you please help me resolve this issue? I would greatly appreciate any suggestions for properly initialising and handling multiple thermal cameras with flirpy.

Thanks again
Elham

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions