GCAM | XML | APK
10K subscribers
638 photos
2 videos
620 files
212 links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Инструкция по использованию скрипта для копирования настроек XML в QPython

Краткое описание работы скрипта:

Этот Python-скрипт предназначен для автоматического копирования настроек в XML- файле. Он выполняет следующие действия:

• Копирует настройки:
Скрипт копирует значения из настроек основного объектива в настройки доступных объективов, у которых совпадает название.

• Сохраняет результат:
Скрипт создает новый XML- файл с прежним названием, но с приставкой 'new' в той же папке qpython/scripts3 (или в корневой папке программы), который содержит измененные настройки.

Простыми словами:
Скрипт берет значения настроек и автоматически копирует их в другие настройки, имена которых начинаются так же. Это удобно, если вы хотите быстро обновить множество однотипных настроек.

Важные замечания:

• Если в результате работы скрипта вы видите уменьшение размера выходного файла по отношению к оригиналу, то не стоит беспокоиться: в скрипт включена оптимизация структуры xml-файла.

• Ошибки: Если скрипт не может найти файлы или возникают ошибки при обработке XML, он выведет сообщение об ошибке в консоли QPython.

• Резервное копирование: Не забудьте сохранить оригинал, если что-то пойдёт не так.

√ Из замеченных багов:
• Включение объективов id4 и id5 не копирует, нужно включить ручками.
•В LMC8.8 не копирует custom hex. Нужно редактировать скрипт. Лень.

Итак, что нужно сделать:
1. Установка QPython:
•Откройте Google Play Store на вашем устройстве Android.
• Найдите приложение "QPython OP" или "QPython3S" или "QPython 3L" и установите его.
•Либо используйте apk в папке архива.
• После установки откройте приложение QPython.

2. Подготовка файлов:
• XML-файл (config.xml):
• Подготовьте XML- файл, который вы хотите обработать.
• Скопируйте этот файл в папку qpython/scripts3 или в корень программы (если это QPython 3L) на вашем устройстве. Обычно эта папка находится в основной памяти устройства.

• Python-файл (скрипт) из архива:
• Скопируйте этот файл в папку qpython/scripts3.

3. Запуск скрипта в QPython:

1. Откройте QPython: Запустите приложение QPython на вашем Android-устройстве.
2. Перейдите в раздел "Программа" или "Редактор": В зависимости от версии QPython, найдите раздел для работы со скриптами.
3. Выберите ваш Python-файл:
• В QPython OP найдите в меню "Программа", затем выберите "Открыть" и выберите свой скрипт Config_Copy_Help_###.py в папке qpython/scripts3 (в архиве два скрипта: для LMC и для Xenius X9-8.2)
* В QPython3S нажмите на иконку в виде папки, далее на папку scripts3 и выберите свой скрипт Config_Copy_Help_###.py (в архиве два скрипта: для LMC и для Xenius X9-8.2).
* В целом все действия в разных программах идентичны.
4. Запустите скрипт: Нажмите кнопку "Выполнить" или "Play" (обычно это иконка в виде треугольника).
5. По ходу выполнения скрипта отвечайте на запросы программы, их будет всего три.
6. Просмотр результатов:
* После успешного выполнения скрипта, вы увидите сообщение "Настройки успешно скопированы и сохранены." в консоли QPython.
* В той же папке qpython/scripts3 (или в корневой папке программы) появится новый файл с именем "newbla-bla-bla.xml", содержащий измененные настройки.

#Config #Copy_Help #LMC #X9
4
Instructions for using a script to copy XML settings to QPython

A brief description of how the script works:

This Python script is designed to automatically copy settings in an XML file. It does the following:

• Copies settings:

The script copies the values ​​from the main lens settings to the settings of available lenses that have the same name.

• Saves the result:

The script creates a new XML file with the same name but with the 'new' prefix in the same qpython/scripts3 folder (or in the root folder of the program), which contains the changed settings.

In simple terms:
The script takes the settings values ​​and automatically copies them to other settings whose names begin with the same name. This is convenient if you want to quickly update many similar settings.

Important notes:

• If as a result of running the script you see a decrease in the size of the output file compared to the original, then do not worry: the script includes optimization of the XML file structure.

• Errors: If the script can't find files or there are errors while processing XML, it will print an error message in the QPython console.

• Backup: Don't forget to save the original in case something goes wrong.

√ Bugs I've noticed:
• Enabling id4 and id5 lenses doesn't copy, you need to enable them manually.
• In LMC8.8 it doesn't copy custom hex. You need to edit the script. Laziness.

So, what you need to do:
1. Installing QPython:
•Open Google Play Store on your Android device.
• Find the "QPython OP" or "QPython3S" or "QPython 3L" app and install it.
•Or use the apk in the archive folder.
• After installation, open the QPython app.

2. Preparing files:
• XML file (config.xml):
• Prepare the XML file you want to process.
• Copy this file to the qpython/scripts3 folder or to the program root (if it is QPython 3L) on your device. Usually this folder is located in the main memory of the device.

• Python file (script) from the archive:
• Copy this file to the qpython/scripts3 folder.

3. Running the script in QPython:

1. Open QPython: Run the QPython application on your Android device.
2. Go to the "Program" or "Editor" section: Depending on the version of QPython, find the section for working with scripts.
3. Select your Python file:
• In QPython OP, find the "Program" menu, then select "Open" and select your Config_Copy_Help_###.py script in the qpython/scripts3 folder (there are two scripts in the archive: for LMC and for Xenius X9-8.2)
* In QPython3S, click on the folder icon, then on the scripts3 folder and select your Config_Copy_Help_###.py script (there are two scripts in the archive: for LMC and for Xenius X9-8.2).
* In general, all actions are identical in different programs.
4. Run the script: Click the "Run" or "Play" button (usually this is an icon in the form of a triangle).
5. As the script runs, answer the program's prompts, there will be only three of them.
6. View the results:
* After the script has successfully run, you will see the message "Settings have been successfully copied and saved." in the QPython console.
* In the same qpython/scripts3 folder (or in the program's root folder), a new file named "newbla-bla-bla.xml" will appear, containing the changed settings.

#Config #Copy_Help #LMC #X9
6
This media is not supported in your browser
VIEW IN TELEGRAM
Конфигурация для LMC8.8 Release 2.

Создано на смартфоне OPPO Find X3.
Используются ручные CCT:
IMX766 для основной и UW объективов;
IMX616 для фронтального объектива (также может подойти для IMX615);
s5k3m5 (для телеобъектива).

Также выбраны сессии и введены нужные HEX Value для объективов в патчере.
Остальные изменения без комментариев.

RU-EN:
Configuration for LMC8.8 Release 2.

Created on OPPO Find X3 smartphone.
Used manual CCTs:
IMX766 for main and UW lenses;
IMX616 for front lens (may also work for IMX615);
s5k3m5 (for telephoto lens).

Also selected sessions and entered the required HEX Value for lenses in the patcher.
No comments on other changes.

#GCam #LMC #XML
8
This media is not supported in your browser
VIEW IN TELEGRAM
2
CCT Analyzer v2.0
————————————
Краткое описание:

CCT Analyzer это программа для расчёта оптимального CCT на основе данных из файлов qti.tuned.
В версии CCT Analyzer v2.0 представлены пять методов для расчёта оптимального CCT, также имеется выбор режима фильтрации диапазонов температур.

Для помощи используйте кнопку HELP.

В архиве также имеется программа для возможности посмотреть содержимое файлов qti.tuned.

Также изменён файл инструкции в архиве с программой.
Добавлен новый пример ввода данных.


❗️Если ни программа, ни бот не видит содержимого файла или показывает не корректно, то Вам потребуется использовать другой файл или искать другие данные из других смартфонов❗️

ИНСТРУКЦИЮ для начала работы можете найти ЗДЕСЬ

RU-EN:

Short description:

CCT Analyzer is a program for calculating the optimal CCT based on data from qti.tuned files.

CCT Analyzer v2.0 provides five methods for calculating the optimal CCT, and also has a choice of temperature range filtering mode.

For help, use the HELP button.

The archive also contains a program for viewing the contents of qti.tuned files.

The instruction file in the archive with the program has also been changed.
A new example of data entry has been added.


❗️If neither the program nor the bot sees the contents of the file or displays it incorrectly, then you will need to use another file or look for other data from other smartphones❗️

INSTRUCTIONS for getting started can be found HERE

#GCam #Soft
4
This media is not supported in your browser
VIEW IN TELEGRAM
2
CCT Analyzer v3.0
————————————
Краткое описание:

CCT Analyzer это программа для расчёта оптимального CCT на основе данных из файлов qti.tuned.
В версии CCT Analyzer v3.0 представлены пять методов для расчёта оптимального CCT, также имеется выбор режима фильтрации диапазонов температур и ввод соотношения GG/RR Target для Start CCT 4.

В архиве с CCT Analyzer находится вспомогательная мини программа CCT TXT, которая позволяет преобразовывать данные из таблицы Excel в TXT файл, чтобы в дальнейшем использовать этот файл для программы CCT Analyzer.

Файлы в папке qti.tuned разделены в подпапки с соответствующим названием.

Для помощи используйте кнопку HELP.

В архиве также имеется программа для возможности посмотреть содержимое файлов qti.tuned.

Также изменён файл инструкции в архиве с программой.
Добавлен новый пример ввода данных.


Переведена информация в кнопке HELP (RU-EN).

❗️Если ни программа, ни бот не видит содержимого файла или показывает не корректно, то Вам потребуется использовать другой файл или искать другие данные из других смартфонов❗️

ИНСТРУКЦИЮ для начала работы можете найти ЗДЕСЬ

RU-EN:

Short description:

CCT Analyzer is a program for calculating the optimal CCT based on data from qti.tuned files.

CCT Analyzer v3.0 offers five methods for calculating the optimal CCT, as well as a choice of temperature range filtering mode and the input of the GG/RR Target ratio for Start CCT 4.

The archive with CCT Analyzer contains an auxiliary mini program CCT TXT, which allows you to convert data from an Excel table into a TXT file in order to use this file for the CCT Analyzer program later.

The files in the qti.tuned folder are divided into subfolders with the appropriate name.

For assistance, use the HELP button.

The archive also contains a program for viewing the contents of qti.tuned files.

The instruction file in the archive with the program has also been changed.
A new example of data entry has been added.


The information in the HELP button has been translated (RU-EN).

❗️If neither the program nor the bot sees the contents of the file or displays it incorrectly, then you will need to use another file or look for other data from other smartphones❗️

You can find the INSTRUCTIONS for getting started HERE

#GCam #Soft
4
3
This media is not supported in your browser
VIEW IN TELEGRAM
CCT Analyzer v3.1
————————————
Краткое описание:

CCT Analyzer это программа для расчёта оптимального CCT на основе данных из файлов qti.tuned.
В версии CCT Analyzer 3.1, как и ранее, представлены пять методов для расчета оптимального CCT, имеется выбор режима фильтрации диапазонов температур для Start CCT 1 и Start CCT 2 и ввод соотношения GG/RR Target для Start CCT 4. В этой версии переработан код для Start CCT 4, результат получается лучше.
И теперь нет значения по умолчанию для GG/RR Target, теперь пользователь сам решает, нужно ли ввести уточнение для GG/RR или нет, это будет учитываться при выборе оптимального CCT.

Добавлена кнопка "About" и несколько других небольших исправлений в программе.

В архиве с CCT Analyzer находится вспомогательная мини программа CCT TXT, которая позволяет преобразовывать данные из таблицы Excel в TXT файл, чтобы в дальнейшем использовать этот файл для программы CCT Analyzer.

Файлы в папке qti.tuned разделены в подпапки с соответствующим названием.

Для помощи используйте кнопку HELP.

В архиве также имеется программа для возможности посмотреть содержимое файлов qti.tuned.

❗️Если ни программа, ни бот не видит содержимого файла или показывает не корректно, то Вам потребуется использовать другой файл или искать другие данные из других смартфонов❗️


ИНСТРУКЦИЮ для начала работы можете найти ЗДЕСЬ

RU-EN:

Short description:

CCT Analyzer is a program for calculating the optimal CCT based on data from qti.tuned files.
In version CCT Analyzer 3.1, as before, there are five methods for calculating the optimal CCT, there is a choice of temperature range filtering mode for Start CCT 1 and Start CCT 2 and input of the GG/RR Target ratio for Start CCT 4. In this version, the code for Start CCT 4 has been reworked, the result is better. And now there is no default value for GG/RR Target, now the user decides whether to enter a refinement for GG/RR or not, this will be taken into account when choosing the optimal CCT.

The "About" button has been added and several other small fixes have been made to the program.

The archive with CCT Analyzer contains an auxiliary mini program CCT TXT, which allows you to convert data from an Excel table to a TXT file in order to use this file for the CCT Analyzer program in the future.

The files in the qti.tuned folder are divided into subfolders with the corresponding name.

For help, use the HELP button.

The archive also contains a program for viewing the contents of qti.tuned files.

❗️If neither the program nor the bot sees the contents of the file or displays it incorrectly, then you will need to use another file or look for other data from other smartphones❗️


You can find the INSTRUCTIONS for getting started HERE

#GCam #Soft
6