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

What is the optimal intensity for rgb in led? #7

Open
Jonnyboyyyy opened this issue Jan 23, 2025 · 0 comments
Open

What is the optimal intensity for rgb in led? #7

Jonnyboyyyy opened this issue Jan 23, 2025 · 0 comments

Comments

@Jonnyboyyyy
Copy link

Jonnyboyyyy commented Jan 23, 2025

I ran test_led.py then test_image.py. It seems like the light intensity is too high.
In test_led.py, it is set to 255 for rgb channels.

led_all_off(Digit360(descriptor.data))
led_set_channel(Digit360(descriptor.data), d360frame.LightingChannel.CHANNEL_1, (255, 0, 0))
led_set_channel(Digit360(descriptor.data), d360frame.LightingChannel.CHANNEL_2, (0, 255, 0))
led_set_channel(Digit360(descriptor.data), d360frame.LightingChannel.CHANNEL_3, (0, 0, 255))

255 seems too bright to capture any useful data. What is the intensity used in Digit360 paper?

Below is the image obtained by setting 255 for RGB.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant