# BXT-AR4Python **Repository Path**: Lindor_L/BXT-AR4Python ## Basic Information - **Project Name**: BXT-AR4Python - **Description**: 百晓通客栈-增强现实开发库(with Python) - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: https://bxtkezhan.github.io/BAR4Py - **GVP Project**: No ## Statistics - **Stars**: 92 - **Forks**: 39 - **Created**: 2016-04-11 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: vrar **Tags**: None ## README # BAR4Py (BXT-AR-For-Python) - V0.1.2.0 **BXT** Augmented Reality For **Python**「**百晓通客栈** `Python`增强现实开发库」 ![](imgs/webplayer.gif) ## 依赖: - Python3/Python3+ - Numpy - Flask - OpenCV-3+ for Python3 ## 安装: **不管用什么安装方法必须要先安装支持 Python3 的 OpenCV-3+** #### 方法一、下载源码编译安装 ``` git clone https://github.com/bxtkezhan/BAR4Py.git cd BAR4Py python3 setup.py build python3 setup.py install ``` #### 方法二、使用`pip`工具(不适用于安装最新版) ``` pip3 install bar4py ``` ## 测试 ``` cd BAR4Py/samples/core # 进入项目目录中的 sample/core python3 preview_core.py ```