Для тех кто пишет расширения на PyQt/PySide для CG-софтов.
Когда я только начинал писать тулзы под Maya (тогда еще версия 2010-2011) мне приходилось ручками ставить PyQt4 под Maya. Даже написал мануалы по установке на своём сайте. Но потом стал доступен из коробки PySide и позже он обновится до PySide2. Для некоторых систем была поддержка PyQt5.
И как простому разработчику поддерживать этот зоопарк? Ведь хочется чтобы тул работал на любой версии (вы тоже делали модуль что-то типа import_qt.py?😁)
На помощь приходит проект Qt.py который поставил себе цель унифицировать использование Qt-биндингов вне зависимости от среды где запускается код. Те, кто давно пишут на Qt, скорее всего знают этот проект.
Он стал стандартом для CG-индустрии и используется в топовых студиях и проектах.
Qt․py помогает запускать один и тот же код на разных платформах с разными вариантами Qt-библиотек. Это может быть как интеграция в CG-софт, так и переносимость стендалонов между разными платформами с разными версиями Python.
Я решил рассказать о некоторых особенностях работы с этой библиотекой.
Сегодня о том, как установить и использовать Qt․py и что это вам даёт.
Установка
pip install Qt.py
Чтобы начать использовать Qt․py в коде достаточно заменить импорт вашего варианта Qt-биндинга на Qt․py
from [PySide|PyQt4|PySide2|PyQt5] import QtWidgets
=>
from Qt import QtWidgets
Теперь ваш код будет поддерживать любой вариант биндинга Qt в Python.
При этом не потребуется использовать if-else конструкции под разные версии. Все вызовы теперь одинаковы.
Всё что нужно сделать, это написать его по правилам PySide2. Именно эта версия была взята за основу.
Приоритет импорта такой:
1. PySide2
2. PyQt5
3. PySide
4. PyQt4
Что именно загрузилось можно посмотреть в переменной __binding__
>>> import Qt
>>> Qt.__binding__
'PySide2'
Приоритет имопрта можно изменить через переменные QT_PREFERRED_BINDING и QT_PREFERRED_BINDING_JSON. Причем под каждый проект оверрайды можно настраивать индивидеально.
#qt#libs
.
Google's Pixel / GCam is a great, easy to use, feature rich camera app that competes well with the excellent open source Open Camera. GCam brings things like portrait mode, and easy to use slow-motion.
Because of this, there are many developers porting the app to work on as many phones as possible. GCam can increase the performance of your phone's hardware camera, and the ports can also bring the GCam app to DeGoogled phones.
GCam Hub is a website dedicated to tracking all the GCam ports.
Here is the 👉🏻web page listing many Stable GCam Version:
You can work you way through the list until you find one that works on your phone, but then you may try 100 versions and never get one that works.
Keep in mind, these ports will not auto update.
Note: Shamim's SGCAM version 8.5.300 V5 works on Pixel 3a running Lineage.
If you find a version that works on your phone, let everyone know in the comments.
⚡️@LinuxTechIndex
#GCam#camera
#Gcam#App#Official
BSG public version changelog (8.9.097 from 2023/11/11):
▪️Download
▪️Changelog
▪️Config
Follow@xiaomi_12tpro_updates
Join@xiaomi_12tpro_chat
LM.CCD config adapted for OnePlus 13
⬇️ Download Gcam App (pick aweme variant)
What's Working :
Main, Telephoto, Selfie, UW, Night Sight, Portrait, Videography (4k 60fps + Stabilization)
Changelogs :
• Based on LM.CCD_v3_Sabre config by LaoMa
• Upscaling is enabled by default for Selfie Camera
• Removed extra profiles (which i felt useless)
• Miscellaneous small tweaks done by me.
XML (.agc) Save Directory: /Download/AGC 9.2/configs
All credit goes to the original creator of the config.
#gcam#xml#agc
👤 Adapted by: @pulkittg
🔔 Updates: @OnePlus13Series
💬 Discussion: @OnePlus13SeriesChatRoom
Volcarona - AGC Config | Nothing Phone 2 (Pong)
✍️ Details:
- Supports AGC 8.4 & 9.2
- Config can be downloaded from AGC Toolkit or Telegram
⬇️ GCAM: 8.4 | 9.2
⬇️ Toolkit Link for the Config : ToolKit
📮 Original Post: Here
📝 Changelogs:
* Initial Release for pong
⚙️ Installation
8.4
1. Copy the config inside Download/AGC.8.4/configs (create folder if it doesn't exist)
2. Open GCam then swipe down to open the top menu
3. Click on "Load Configs" > select the config > load
9.2
1. Copy the config inside Download/AGC.9.2/configs (create folder if it doesn't exist)
2. Open GCam then click on the profile icon on the app right
3. Click on "Load Configs" > select the config > load
⚠️ Notes
- Use lite configs if the profiles list does not load all the profiles in regular version
👨💻 Adapted by: @Abdulhubbali
🌐 Discussion: @NothingPhone2Photography
🔖 Tags: #agc#gcam#config