Skip to content
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

Daily summary list overflows UI element on Firefox #371

Closed
2 tasks done
joriws opened this issue Jan 6, 2025 · 3 comments
Closed
2 tasks done

Daily summary list overflows UI element on Firefox #371

joriws opened this issue Jan 6, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@joriws
Copy link

joriws commented Jan 6, 2025

Issue Type

  • Bug report

Description

UI space vs daily summary detection list, list overflows UI element at least on latest Firefox 133.0.3 (64-bit) in Windows 11. (green area). This is better with MS Edge browser (not overflowing UI element area) but not fully clean with rounded corner vs last detection line, should there be some rows of UI-element (white line). Recent detections has rounded corners, Daily Summary does not.

Secondary issue, can recording screenshot be smaller, it has a lot of black on top to compress user interface (red area). Or is this again Firefox issue but also Edge shows a lot of black?

Steps to Reproduce (for bugs)

  1. Open dashboard with Firefox

Expected behavior

[What you expected to happen]

Actual behavior

[What actually happened]

Screenshots

[If applicable, add screenshots to help explain your problem]

Firefox screenshot
image

Edge screenshot, frequency image black areas on Edge.
image

Environment

Version Information (build date)

Provide the following line from your system:

$ ./birdnet-go
[Paste the output line here, which should look like this:]
BirdNET-Go build date: YYYY-MM-DDTHH:MM:SSZ, using config file: /path/to/config.yaml

🐦 BirdNET-Go build date: 2025-01-06T08:16:09Z, using config file: /root/.config/birdnet-go/config.yaml
BirdNET GLOBAL 6K V2.4 FP32 model initialized, using 1 threads of available 1 CPUs
System details: linux debian 12.8 on unknown hardware

Docker container release:
REPOSITORY TAG IMAGE ID CREATED SIZE
ghcr.io/tphakala/birdnet-go cb97201 5726d7bab294 2 hours ago 653MB

System Information

  • Device:
    • Raspberry Pi (specify model, e.g., Raspberry Pi 3)
@tphakala tphakala self-assigned this Jan 8, 2025
@tphakala tphakala added the bug Something isn't working label Jan 8, 2025
@tphakala
Copy link
Owner

Regarding spectrogram, it shows frequency range from 0 Hz to 12 kHz, upper frequency range is not black for everyone, here is example on how it looks with good microphone which has wide frequency range and high sensitivity.

image

In this example microphone is AOM5024 capsule based mic connected to Focusrite XLR interface.

@joriws
Copy link
Author

joriws commented Jan 13, 2025

Ok I did not think of that. The RTSP-G.711-audiostream from security cam I am using is sampled 8kHz (max 3.4kHz audio freq).

But spectogram renderer knows input frequency so it could limit the graph based on sample rate? In my mind the black top is not the issue, I was just thinking on compressing UI for small devices like phones. Like a lot of white space between detections.

Is there any effect on AI-model with limited frequencies coming from mic? Because RTSP webcam outside is just so convenient audio source.

@tphakala
Copy link
Owner

Overflow issue fixed with #383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants