DigitalHolography / Holovibes

Real time, high throughput digital holography software
https://holovibes.com/
Apache License 2.0
17 stars 3 forks source link

Added camera fps to the footer #689

Closed Baschtien closed 1 week ago

Baschtien commented 1 week ago

The footer now holds the frames per second at which the camera was originally recording at when capturing the contained data. The stored fps is the effective rate of capture of the camera, not the one defined by the .ini.

In the footer, the information is stored in the 'info' object, in the 'camera_fps' field.

Baschtien commented 1 week ago

The fft_freqs modification was suggested by @Hpn4 , they said it was better than what was before (inputfps). See the issue for the source.