Comments on: Using a ThermApp Camera with a Raspberry Pi-3 https://photobyte.org/using-thermapp-camera-raspberry-pi-3/ Freelance Technical Author, Illustrator & Photographer Wed, 07 Mar 2018 23:50:15 +0000 hourly 1 https://wordpress.org/?v=6.4.2 By: Dontavious Truss https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-28589 Wed, 07 Mar 2018 23:50:15 +0000 https://photobyte.org/?p=999#comment-28589 In reply to Giles.

Hey Giles I tried downloading your zip file but this OS image is not working at all on my raspberry pi 3. It even partitions the sd card and makes the card un-usable. Any recommendations? Also where did you get the code to get the mplayer-thermal.sch file?

]]>
By: Dontavious Truss https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-28588 Wed, 07 Mar 2018 23:47:56 +0000 https://photobyte.org/?p=999#comment-28588 In reply to Dontavious Truss.

Also I looked at Giles files and he has a thermal.sh and a mplayer-thermal.sch

]]>
By: Dontavious Truss https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-28587 Wed, 07 Mar 2018 23:45:15 +0000 https://photobyte.org/?p=999#comment-28587 In reply to Dontavious Truss.

Going to start over again from the beginning and see if it works when I try it again. Maybe I did something wrong towards the beginning

]]>
By: Dontavious Truss https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-28586 Wed, 07 Mar 2018 23:43:53 +0000 https://photobyte.org/?p=999#comment-28586 In reply to Mike Richards.

So I installed everything and when I got to the end where I am supposed to execute in terminal the screen blinks once I click and that is all that happens.

]]>
By: Mike Richards https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-28559 Tue, 06 Mar 2018 10:17:27 +0000 https://photobyte.org/?p=999#comment-28559 In reply to Dontavious Truss.

I originally wrote the instructions for a friend of mine but thought I’d share here in case it was useful. I did this a while ago and don’t have any thermal imaging kit here to test it but I’ll see if I can help.
However, I need a bit more information. When you say it does nothing, can you describe more precisely what happens? Something must happen even if it’s just the cursor moving to the next line.

Look forward to hearing from you. Mike

]]>
By: Dontavious Truss https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-28553 Mon, 05 Mar 2018 22:28:27 +0000 https://photobyte.org/?p=999#comment-28553 Hey Mike ,

College student here trying to utilize the thermapp with the raspberry pi 3. I made it all the way to the end but when I try to execute the thermal.sh it does nothing.

]]>
By: Mike Richards https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-27678 Mon, 30 Oct 2017 09:18:13 +0000 https://photobyte.org/?p=999#comment-27678 In reply to Kris McLean.

Hi Kris,

Sorry to hear you’re having problems. I only put this together as a favour for a colleague and I’m not into thermal imaging so this is not being maintained. However, I suspect this is due to the wrong version of the C compiler. The Old Raspbian Jessie used GCC 4.9 whereas Stretch has upgraded to GCC 5. The following link has some ideas on how to revert to an earlier compiler.

Downgrade GCC

Good luck!

Mike – G4WNC

]]>
By: Kris McLean https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-27674 Mon, 30 Oct 2017 07:24:30 +0000 https://photobyte.org/?p=999#comment-27674 Got down to ./make.sh Mike but this looks a bit fatal to me, not that I know anything about C

root@raspberrypi:~/ThermAppCam/thermapp# ./make.sh
main.c: In function ‘main’:
main.c:137:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
for(int i = 0; i < PIXELS_DATA_SIZE; i++){
^
main.c:137:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
main.c:141:13: error: redefinition of ‘i’
for(int i = 0; i < 50; i++){
^
main.c:137:13: note: previous definition of ‘i’ was here
for(int i = 0; i < PIXELS_DATA_SIZE; i++){
^
main.c:141:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
for(int i = 0; i < 50; i++){
^
main.c:145:9: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
for(int j = 0; j < PIXELS_DATA_SIZE; j++){
^
main.c:150:13: error: redefinition of ‘i’
for(int i = 0; i < PIXELS_DATA_SIZE; i++){
^
main.c:141:13: note: previous definition of ‘i’ was here
for(int i = 0; i < 50; i++){
^
main.c:150:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
for(int i = 0; i < PIXELS_DATA_SIZE; i++){
^
main.c:156:13: error: redefinition of ‘i’
for(int i = 0; i < PIXELS_DATA_SIZE; i++){
^
main.c:150:13: note: previous definition of ‘i’ was here
for(int i = 0; i < PIXELS_DATA_SIZE; i++){
^
main.c:156:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
for(int i = 0; i < PIXELS_DATA_SIZE; i++){

]]>
By: Kris McLean https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-27667 Mon, 30 Oct 2017 00:44:34 +0000 https://photobyte.org/?p=999#comment-27667 I don’t want to run video on the pi, just capture an image occasionally for upload to a website. Is there a tutorial somewhere on how to achieve that?

]]>
By: Giles https://photobyte.org/using-thermapp-camera-raspberry-pi-3/#comment-23559 Tue, 14 Feb 2017 10:30:10 +0000 https://photobyte.org/?p=999#comment-23559 Thanks for this Mike

Further to discussions, I have uploaded the 2.2GB zipped file to

https://mega.nz/#!vpJnWKoQ!UMOT4bxDzaxHmhrJPM_jBQEwcFZaHl0c6yvGCyyfMEs

This contains a copy of the OS image you provided, as per above, plus a short readme text file that identifies some of the earlier contributors to the work.

]]>