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

Using cam without display? #115

Open
dreiduke opened this issue Dec 23, 2024 · 2 comments
Open

Using cam without display? #115

dreiduke opened this issue Dec 23, 2024 · 2 comments

Comments

@dreiduke
Copy link

Waiting since a monat for the LCD,
Is it possible to use the cam without display?
When its connected to the computer, thermocam live viewer recognizes the cam.
But says, put it in the live mode.

I tried to push the button on the cam, short and long, no change.
Cannot press any button within live viewer.

@maxritter
Copy link
Owner

Hello @dreiduke,

yes this is possible. There is the checkNoDisplay function inside the diagnostics that runs after the device boots. If it detects that there is no LCD controller and no Touch controller attached, it will automatically switch into USB Serial Mode:

If you have VS Code installed on your PC, you can add some print statements to the function to see if it is executed: https://github.com/maxritter/diy-thermocam/tree/master/firmware

When the Device is in USB Serial Mode, it should be detected by the Thermal Live Viewer (https://github.com/maxritter/diy-thermocam/blob/master/software/thermal_live_viewer/README.MD)

Let me know if this helps!

@dreiduke
Copy link
Author

dreiduke commented Dec 26, 2024 via email

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