rak无线pythonic api配置

rak的Python项目详细描述


rak视频模块的python api,在rak566上测试

安装

直到pypi发布:

sudo pip install rak

用法

fromrakimportRakDevice# If you connect to the RAK567, the ip of the RAK566 (or other transmitters) is 192.168.100.100# If you connect to the RAK566 (or other transmitters) directly, the ip will be 192.168.100.1# RakDevice(self, ip, pipe, username="admin", password="admin"):pipe0=RakDevice("192.168.100.100",pipe=0,username='admin',password='admin')pipe1=RakDevice("192.168.100.100",pipe=1,username='admin',password='admin')# Refresh force to read all the propertiespipe0.refresh()# Show the pipe properties (refreshes only the data that is not yet read)print(str(pipe0))# Set the highest resolution (FHD) and quality for the pipe0pipe0.resolution(3).quality(136).fps(30).gop(30)# Disable pipe1 as nothing is connected by default on the RAK566pipe1.resolution(0).quality(5).fps(1).gop(1)

学分

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Rest DSL路由无法启动路由,因为同一端点不允许有多个使用者   jvm有没有像JConsole或VisualVM这样的工具可以告诉我“类、对象、引用变量在java中存储在哪里?”   java为什么我的列表中的所有元素看起来都一样?   java运行时。运行shell脚本的exec无法打开文件   JPopupMenu的JMenuItem的java热键   会话在Java中被覆盖   如何在java中去除字符串中的尖锐重音?   java Mockito监视一个接口,模拟它的默认方法,获取NullPointerException   javascript如何在jquery中禁用同一时间选择   将数组列表附加到现有CSV文件,但它会附加并清除存储在Java文件中的以前的数据   java从我的jar中访问pdf文件   java Sonar issue参数必须为非Null,但标记为可为Null   java Salesforce流式API:在网络故障之后和重新订阅之前获取事件   在Java 1.8.0_65上运行Play2.0应用程序时出现playframework错误   java为什么字母的ASCII由方法自动转换。toCharArray()?   java如何知道JDialog是否关闭?   java向服务器发送POST请求,服务器的响应为null,启动   java如何设置JTable中特定单元格的值?   ImagePlus中的java保存问题