![Thundercomm TurboX C610 Open Kit Скачать руководство пользователя страница 32](http://html1.mh-extra.com/html/thundercomm/turbox-c610-open-kit/turbox-c610-open-kit_user-manual_1113737032.webp)
Thundercomm TurboX C610 Open Kit
Rev. 1.0
MAY CONTAIN U.S. AND INTERNATIONAL EXPORT CONTROLLED INFORMATION
32
For more information on the gst-launch tool, see the official documentation page
https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html?gi-
language=c
3.10.1
Environment configuration
1.Disable roortfs write-protect:
$ adb root
$ adb disable-verity
$ adb reboot
2.Pre-configruration for camera working properly
Follow these steps to prepare the device for running multimedia use cases. The
following steps must be performed only once after flashing the device.
①
Set up the camera module:
$ adb shell mkdir -p /etc/camera
$ adb shell touch /etc/camera/camxoverridesettings.txt
$ adb shell "echo IFEDualClockThreshold=600000000 >>
/etc/camera/camxoverridesettings.txt"
$ adb shell "echo maxHalRequests=8 >> /etc/camera/camxoverridesettings.txt"
② Set the display log level:
$ adb shell mkdir -p /data/misc/display
$ adb shell "echo 0 > /data/misc/display/gbm_dbg_cfg.txt"
$ adb shell sync
③ Reboot the device:
$ adb reboot
④ Set up the GStreamer environment:
$ adb shell
$ source /etc/gstreamer1.0/set_gst_env.sh