hwinfo-streamdeck icon indicating copy to clipboard operation
hwinfo-streamdeck copied to clipboard

Formatting the FPS field without the "FPS". XXX instead of XXX FPS

Open TonyM2M opened this issue 1 year ago • 4 comments
trafficstars

When displaying the number of FPS, how can I format it so that I don't see the letters "FPS"?

TonyM2M avatar Jun 20 '24 17:06 TonyM2M

where do you get the FPS Information? i can't find them on my system ...

robinrm avatar Jun 23 '24 17:06 robinrm

in HWInfo check monitoring Yes for Presentmon parameters (Framerate etc... And then in Streamdeck, choose out of the HWInfo plugin a field with Presentmoon as the sensor and then the FPS as the reading

Screenshot 2024-06-24 103542 Screenshot 2024-06-24 103601 Screenshot 2024-06-24 103637 Screenshot 2024-06-24 103659

TonyM2M avatar Jun 24 '24 17:06 TonyM2M

you can set in the advanced settings the format to %f but the downside than is that you will see 6 digits vor example 160.123456. Not shure how you can prevent this ...

robinrm avatar Jun 28 '24 17:06 robinrm

you can set in the advanced settings the format to %f but the downside than is that you will see 6 digits vor example 160.123456. Not shure how you can prevent this ...

Thanks for the hint!!

I am now using %.0f and it works great. It shows only the number without the decimals and without "FPS"

TonyM2M avatar Jul 06 '24 17:07 TonyM2M