-
Notifications
You must be signed in to change notification settings - Fork 174
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
Comments
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! |
Danke dir,
Und schöne restliche Weihnachten, und nen guten rutsch.
Werd das breakoutboard erstmal an nem Raspi probieren.
Denn der thermal live viewer, lässt mich nix drücken, solang die cam nicht in den serial mide geht, (ich mein den com10 belegt die Cam) Eventuelle print commands werd ich erst später probieren können, habe Dienst, über die Feiertage.
In diesem Sinne, und danke für die rückmeldung, die schnelle
Lg dreiduke alias Falko Wagner
Austria
Gesendet von Outlook für Android<https://aka.ms/AAb9ysg>
…________________________________
From: Max Ritter ***@***.***>
Sent: Thursday, December 26, 2024 2:21:33 PM
To: maxritter/diy-thermocam ***@***.***>
Cc: dreiduke ***@***.***>; Mention ***@***.***>
Subject: Re: [maxritter/diy-thermocam] Using cam without display? (Issue #115)
Hello @dreiduke<https://github.com/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: https://github.com/maxritter/diy-thermocam/blob/679eee969cb9601244d535ed68b883560b834834/firmware/3.0/src/hardware/connection.cpp#L53
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!
—
Reply to this email directly, view it on GitHub<#115 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK446UV7LQH4SIYLYQGK6L32HP7F3AVCNFSM6AAAAABUC564NCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRSG4YTCOBSGU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: