Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which file is needed to only display temp on jetson by lepton3.5 #22

Open
VegetarianLion258 opened this issue Jan 6, 2021 · 1 comment

Comments

@VegetarianLion258
Copy link

I just wanna display the video of the highest temperature on IR thermal image, what file pack I need to download and which module I need to download on offcial lepton website?

@tomasz-lewicki
Copy link
Owner

Hi @VegetarianLion258 !

Try running this example from this repo.

You could identify the minimal and maximal points by adding:

print(cv2.minMaxLoc(temp_map))

right below this line

Let me know if that helps! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants