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

Increase audio recording volume #16

Open
OmnibladeZ opened this issue Oct 19, 2023 · 5 comments
Open

Increase audio recording volume #16

OmnibladeZ opened this issue Oct 19, 2023 · 5 comments

Comments

@OmnibladeZ
Copy link

How do I increase the volume of the audio recording?

@350d
Copy link
Owner

350d commented Oct 19, 2023

Try this script

@OmnibladeZ
Copy link
Author

Thanks! I'll try this, are there only two options for this setting? LOW and STANDARD only?
And is this the only setting regarding audio recordings?

@350d
Copy link
Owner

350d commented Oct 19, 2023

You can try 0, 1, 2 and so on...

@OmnibladeZ
Copy link
Author

What is the equivalent for 2 and onwards?
for 1 - STANDARD

echo "micsen 1" > $VIDEOPARAM
nvconf set 0 Camera.Menu.MicSensitivity STANDARD

how about for 2 - ???

echo "micsen 2" > $VIDEOPARAM
nvconf set 0 Camera.Menu.MicSensitivity ???

Thank you

@350d
Copy link
Owner

350d commented Oct 19, 2023

nvconf used to store the settings to get it back on reboot the unit, so, its not important to save it if you have startup script.
Just try to use echo "micsen 2" > $VIDEOPARAM and so on to get realtime changes to recordings.

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

2 participants