easyos seek_thermal camera compact viewer -

Moderator: BarryK

Post Reply
User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

easyos seek_thermal camera compact viewer -

Post by Vverve »

A simple small seek thermal compact utility compiled in easyos 5.7 tested only(not anymore,read in post below for a puppy ''compatible" pet with dependencies), incomplete yad gui.
It's a usb phone thermal camera,non uvc compliant ,there are apps for droid and ios ,only basic support for linux .
Feel free to test , if you got a seek compact or pro & modify & share...
There is many features in to do list... you are all welcome to guide and help , if ever .
First yad gui , i'm a stubborn student with too many projects , it goes in slowly.. out at the same pace.

Need opencv and dependencies from ppm .
For now , it is basic as my yad/bash understanding is ,
included a link to easycast to record video , a photo seek snap shot button that save to tmp one single seeksnap.jpeg.
.Here all button use non-pro version model .
Come with the usual big 0 warranty .
seek_thermal-05.2_amd64.pet

Oh , resolution is bad , there is an seek_create_flat_field utility , not used here , another possible feature to ''gui""...
src https://github.com/ethz-asl/libseekthermal

Hope i included all TM and licences thingy.

Last edited by Vverve on Sun May 05, 2024 1:24 am, edited 4 times in total.
User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: easyos seek_thermal camera compact viewer -

Post by Vverve »

Just in multimedia ,there is so many yad gui to study..
did not found a tutorial on yad + bash that does better than all those nice working examples found in puppy linux land!!!
hmmm , but this simple gui does job as is for now .

User avatar
rockedge
Site Admin
Posts: 5713
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1992 times
Been thanked: 2097 times
Contact:

Re: easyos seek_thermal camera compact viewer -

Post by rockedge »

@Vverve here is an example yad GUI from @fredx181 that a very simple example that changes the system hostname.

Code: Select all

#!/bin/bash

CH_HOSTNAME=$(yad --center --borders=8 --width=300 --title="Change hostname?" --entry --text="Current hostname is <b>$(cat /etc/hostname)</b> \nChange hostname ? \nType the new name below ")
[ $? -ne 0 ] && exit
if [ -z $CH_HOSTNAME ]; then
yad --center --borders=8 --text="No new name provided\nExiting..." --button="Close:0"
exit
fi
echo $CH_HOSTNAME > /etc/hostname
User avatar
fredx181
Posts: 2561
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 274 times
Been thanked: 993 times
Contact:

Re: easyos seek_thermal camera compact viewer -

Post by fredx181 »

In the old forum there was the 'YAD - Tips" topic with lots of info and examples (as you may know): https://oldforum.puppylinux.com/viewtopic.php?t=97458
But note, at that time most tips and examples there were for yad as a GTK2 application, some things have changed now for newest yad built with GTK3.

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: easyos seek_thermal camera compact viewer -

Post by Vverve »

fredx181 wrote: Wed Apr 24, 2024 5:30 pm

ost tips and examples there were for yad as a GTK2 application, some things have changed now for newest yad built with GTK3.

Thanks fred ,BK easyos got yad --version
0.42.39 (GTK+ 2.24.33)
Yep , i did started by reading old stuff .

rockedge wrote: Wed Apr 24, 2024 5:04 pm

example yad GUI from @fredx181

and thank you rockedge i have unpack his nice YRadio appimage .

Every hints is shure welcome !!
You guys code ,i only scratch them . ;)

User avatar
fredx181
Posts: 2561
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 274 times
Been thanked: 993 times
Contact:

Re: easyos seek_thermal camera compact viewer -

Post by fredx181 »

@Vverve In case you haven't seen, there's a "Yad - tips and tricks" topic also in this forum: viewtopic.php?t=3922

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: easyos seek_thermal camera compact viewer -

Post by Vverve »

fredx181 wrote: Thu Apr 25, 2024 11:53 am

more Yad - tips and tricks"

Thanks fredx181 i'll look at it .

Else ,
as this pet topic did been move here being a ''only easyos non other puppy friendly pet'',
about this ''easyos ''pet'' '' ,
some precisions ,
it is compiled against opencv(not relevant but weird in easyos libs are #version 405,no dot ,where any other puppy use 4.x.x ) version from BK easyos 5.7 ,
it got problem with other version of opencv found in void , bookworm variant , probably all puppys....
I'll retry my first pet which included opencv(easyos ones) plus its dependencies to test elsewhere ,
i'll share results eventually . if i do remember correctly i did test one with ''all included deps'' and it did work ,just dont remember which, not witch, of 12 puppy & derivates i still got arround was successful...
To my surprise , most of my ''easyos compiled '' and packed as pet does work in other puppies .
Still , here ,this yad gui is a ''base'' for anyone not using easyos curious to have their seek compact in a more purist-woof puppy world .

edit; no magic , i corrected typo error , here....there still could be witches in this pet...or bad translation , part of the no warranty , no perfection .

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: easyos seek_thermal camera compact viewer -

Post by Vverve »

So , as said , here is a seek thermal camera pet with dependencies(opencv-from easyos + a lots) ,same partial gui .
Tested in frenchie triton 9.1 ,for now .
It's big 47Mb pet,install it's 161Mb
seek_thermal-deps-5.3_amd64.pet
Should be an all ;easyos (nothing to install from ppm)+ puppy compatible
Please yourself , modify to your taste and needs, report test with any amd64 variants you can...
if you own one of these camera .

No warranty , as always. This support only seek thermal compact+ pro , no other brand or seek camera.
Bought that thermal camera localy used for 140$can ,an ok deal looking at the market .
Very handy tool to find shorts for any electronics repairs ,
and fun alternative to phone only apps(phone i dont own) , gui speaking (with a lot to do , but works !)
off this pet topic;
I do got official android seek app installed on androidx86 working too ,if in need of temp display ,should try that in qemu one day.

User avatar
Wiz57
Moderator
Posts: 478
Joined: Fri Dec 13, 2019 3:54 pm
Location: Chickasha, OK USA
Has thanked: 74 times
Been thanked: 75 times

Re: easyos seek_thermal camera compact viewer -

Post by Wiz57 »

@Vverve Is there any method that you can turn off the request from Google to read someone's cookies in the original post?
Makes this look suspicious.
Thanks...
Wiz
ps...Hint---check your file sharing settings on google drive.
pps...rockedge edited your post due to conflicts with the boards firewall, so it seems somewhat ok now.

Signature available upon request

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: easyos seek_thermal camera compact viewer -

Post by Vverve »

Wiz57 wrote: Sat May 04, 2024 8:41 pm

ps...Hint--

done thanks rockedge

made a mess this morning while editing ?
and posted it..
Gone and fixed before i saw what i did....
yep , touchscreen ,hi resolution , copy paste erase ctrlz with gestures from easystroke ,testing new puppy ,
in a hurry...
sorry..
i'll put the picture back correctly...as its gone , i guess that was the problem .
edit; hmmm anyhow , i had used the ''media" way to include the picture link , just posting gg dr link of the pic do it too...

User avatar
Wiz57
Moderator
Posts: 478
Joined: Fri Dec 13, 2019 3:54 pm
Location: Chickasha, OK USA
Has thanked: 74 times
Been thanked: 75 times

Re: easyos seek_thermal camera compact viewer -

Post by Wiz57 »

This post might help viewtopic.php?t=11382
Wiz

Signature available upon request

User avatar
fredx181
Posts: 2561
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 274 times
Been thanked: 993 times
Contact:

Re: easyos seek_thermal camera compact viewer -

Post by fredx181 »

Wiz57 wrote: Sun May 05, 2024 1:55 am

This post might help viewtopic.php?t=11382
Wiz

That is about when a file/folder is not marked as 'shared' then it will show the login prompt dialog from Google.
The message about cookies might be another issue, not sure what TBH.

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: easyos seek_thermal camera compact viewer -

Post by Vverve »

fredx181 wrote: Sun May 05, 2024 1:34 pm

not marked as 'shared'

Fixed in gg drv , my bad ,pic is back , the old version one ,
new version got some more motivations --to do-- buttons , i'll go back to yad bash studdy ,
hmmm , after summer...
i guess i'll stumble on a seek owner tester one day...

Thanks all

Post Reply

Return to “EasyOS”