⚝
One Hat Cyber Team
⚝
Your IP:
18.190.207.221
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
wireplumber
/
main.lua.d
/
View File Name :
50-libcamera-config.lua
libcamera_monitor.enabled = true libcamera_monitor.rules = { -- An array of matches/actions to evaluate. { -- Rules for matching a device or node. It is an array of -- properties that all need to match the regexp. If any of the -- matches work, the actions are executed for the object. matches = { { -- This matches all cards. { "device.name", "matches", "libcamera_device.*" }, }, }, -- Apply properties on the matched object. apply_properties = { -- ["device.nick"] = "My Device", }, }, { matches = { { -- Matches all sources. { "node.name", "matches", "libcamera_input.*" }, }, { -- Matches all sinks. { "node.name", "matches", "libcamera_output.*" }, }, }, apply_properties = { --["node.nick"] = "My Node", --["priority.driver"] = 100, --["priority.session"] = 100, --["node.pause-on-idle"] = false, }, }, }