но с ходу - матан
просто по тому что нет других вариантов
я должен сразу все эти объекты представить в растровом формате
заполнить в массив z-буфера их цвет
И еще правильно ли я понимаю что depth - это z координата точки для камеры от точки (0,0,z).
Неужели камеры могут передавать по wifi что-то кроме видео файлов?
с помощью py (можно ссылку, что это такое?),
$ pip search pythonpy
pythonpy-clone (0.0.4) - rewrite of pythonpy using AST manipulations instead
of regex
pythonpy (0.4.11) - python -c, with tab completion and shorthand
pythonpy-fork (0.5.3) - python -c, with tab completion and shorthand; fish2k
fork
$ apt search pythonpy
Сортировка… Готово
Полнотекстовый поиск… Готово
pythonpy/bionic,bionic,now 0.4.11b-3 all [установлен]
'python -c', with tab completion and shorthand
py(1) py(1)
NAME
pythonpy - 'python -c', with tab completion and shorthand
SYNOPSIS
py [-x] [-l] [-c PRE_CMD] [-C POST_CMD] [-V] [-h] [expression]
DESCRIPTION
pythonpy will evaluate any Python expression from the command line.
This will be done by the same Python interpreter that runs it. As this version uses Python 3, it is compatible with Python 3 syntax only.
OPTIONS
-x Treat each row of stdin as x
-l Treat list of stdin as l
-c PRE_CMD
Run code before expression
-C POST_CMD
Run code after expression
-V, --version
Version info
-h, --help
Show help message and exit
EXAMPLES
Float arithmetic:
$ py '3 * 1.5'
Import any module automatically:
$ py 'math.exp(1)'
Multiply each line of input by 7:
$ py 'range(3)' | py -x 'int(x)*7'
Remove every file returned by the find command:
$ find . -type f | py -x '"rm %s" % x' | sh
SEE ALSO
python(1)
BUGS
Bugs should be reported as issues at the project's GitHub page: <https://github.com/Russell91/pythonpy/issues>
AUTHOR
pythonpy is developed by Russell Stewart <russell.s.stewart@gmail.com>.
This man page was written by Tiago Ilieve <tiago.myhro@gmail.com> for the Debian distribution (but it may be used by others).
py
и питоновской шаблонизации наделать командных строк для модификации файлов, сохранить эти строки в файл и запустить его как пакетный.