Jetson nano and Lepton 3.5

Hello
Ii am doing the same things like in this link. I am just using the Lepton3.5 Camera and use the breakboard v1.4.

When I want to start my

1
~/Lepton3_Jetson/build/check_fever_app$ ./check_fever_app
Check Fever App for Lepton3 on Nvidia Jetson

  • Radiometry enabled
  • AGC disabled
  • RGB disabled
  • Gain mode: High

*** Forcing RESYNC *** [1 - 1]
Gtk-Message: 10:36:49.277: Failed to load module “canberra-gtk-module”
terminate called after throwing an instance of ‘cv::Exception’
what(): OpenCV(4.1.1) /home/nvidia/host/build_opencv/nv_opencv/modules/highgui/src/window.cpp:352: error: (-215:Assertion failed) size.width>0 && size.height>0 in function ‘imshow’

Aborted (core dumped)

2
~/Lepton3_Jetson/build/opencv_demo$ ./opencv_demo
OpenCV demo for Lepton3 on Nvidia Jetson

  • Radiometry disabled
  • AGC enabled
  • RGB enabled

*** Forcing RESYNC *** [1 - 1]

*** Forcing RESYNC *** [2 - 2]

*** Forcing RESYNC *** [3 - 3]

*** Forcing RESYNC *** [4 - 4]

*** Forcing RESYNC *** [5 - 5]

*** Forcing RESYNC *** [6 - 6]

*** Forcing RESYNC *** [7 - 7]

I have use ‘install libgtk2.0-dev and pkg-config’ install libgtk2.0-dev and pkg-config

Have you tried “sudo apt-get install libcanberra-gtk-module”? Not sure if this is what is needed.

1 Like

Thank you for your reply,
but the following problem still occurs

~/Lepton3_Jetson/build/check_fever_app$ ./check_fever_app
Check Fever App for Lepton3 on Nvidia Jetson

  • Radiometry enabled
  • AGC disabled

*** Forcing RESYNC *** [1 - 1]

*** Forcing RESYNC *** [2 - 2]

*** Forcing RESYNC *** [3 - 3]

*** Forcing RESYNC *** [4 - 4]

*** Forcing RESYNC *** [5 - 5]

*** Forcing RESYNC *** [6 - 6]

*** Forcing RESYNC *** [7 - 7]

*** Forcing RESYNC *** [8 - 8]

*** Forcing RESYNC *** [9 - 9]

*** Forcing RESYNC *** [10 - 10]

*** Forcing RESYNC *** [11 - 11]

*** Forcing RESYNC *** [12 - 12]

*** Forcing RESYNC *** [13 - 13]

*** Forcing RESYNC *** [14 - 14]

*** Forcing RESYNC *** [15 - 15]

*** Forcing RESYNC *** [16 - 16]

*** Forcing RESYNC *** [17 - 17]

*** Forcing RESYNC *** [18 - 18]

*** Forcing RESYNC *** [19 - 19]

*** Forcing RESYNC *** [20 - 20]

*** Forcing RESYNC *** [21 - 21]

*** Forcing RESYNC *** [22 - 22]

  • RGB disabled
  • Gain mode: High

*** Forcing RESYNC *** [23 - 23]
terminate called after throwing an instance of ‘cv::Exception’
what(): OpenCV(4.1.1) /home/nvidia/host/build_opencv/nv_opencv/modules/highgui/src/window.cpp:352: error: (-215:Assertion failed) size.width>0 && size.height>0 in function ‘imshow’

Aborted (core dumped)

Hi,
We don’t have much exerience about the application. Would suggest check with the github owner for further suggestion. You may confirm which Jetpack version is used for the application. It may be validated on certain version.

Something to add about why you might check with the actual software vendor: If there is something in the software that expects a certain GPIO pin to be used, and it is different hardware, then you’d need a device tree edit or a program edit to work with the Jetson’s GPIO. I have no idea if this is the case, but it is important to know that some hardware does need to be told about customizations to use it. A USB camera would not have the issue since it is plug-n-play, but something with an alternative interface (e.g., MIPI CSI) which is intended for another platform (e.g., a different model of Jetson, or a Jetson module that is the same but on a different carrier board) can break how it works. The vendor of the software might be able to point out some issue.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.