raspbian

v4l2 manual exposure not working compared to Windows 10

ⅰ亾dé卋堺 提交于 2021-01-29 06:20:20
问题 This question is very similar to V4L2 absolute exposure setting has (almost) not effect I have a UVC compliant camera that I am running on a Raspberry Pi CM3+ module. It appears as video0 . Using the tools/drivers v4l2-ctl , qv4l2 or guvcview the absolute exposure cannot be controlled, yet it can be controlled when using Amcap on Windows 10. The camera has two exposure modes manual and aperature controlled . When in aperature controlled the exposure levels in the image change dynamically,

Kivy touch and keyboard events passing through to desktop

安稳与你 提交于 2021-01-28 20:21:46
问题 I am using the Kivy framework to develop a UI application in Python 3. The Kivy application is fullscreen. Whenever I perform a touch event or type with my physical keyboard, the underlying desktop environment will receive the touch and keyboard events as well as my Kivy application. For example, if I open a text file on my desktop and then run my Kivy application, I am able to blindly type text into the text file while the Kivy application is in the foreground (fullscreen). The Kivy

Running VB.NET script with mono on a raspberry pi

吃可爱长大的小学妹 提交于 2021-01-28 14:30:09
问题 I am trying to run a vb.net script using mono on the latest version of raspbian. The script was originally written in visual studio and i just downloaded the entire folder on to my raspberry pi 3 from dropbox and tried to run the .exe file. mono /home/pi/Downloads/ctof/bin/Debug/ctof.exe And got met with: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of

Subprocess.Popen stops ( or malfunctions) after a few seconds

China☆狼群 提交于 2021-01-27 18:51:14
问题 I am a complete beginner so apologies for any mistakes. This is my code in Python 3.5. It executes in Raspbian on a Raspberry Pi 3. import subprocess radio = subprocess.Popen(["mplayer", 'http://edge-bauerabsolute-02-gos1.sharp-stream.com/absolute90s.mp3?'], shell = False , stdout=subprocess.PIPE) print ("Other code - no waiting for the subprocess to finish") The radio plays for about 30 seconds and then stops. I want it to run in the background without the script waiting for the subprocess

Python OverflowError creating date from timestamp in 32bit system

做~自己de王妃 提交于 2021-01-07 01:29:06
问题 So I am trying to do a simple conversion of a timestamp to date using python builtin datetime module in RaspberryPi4 running Debian Buster. The conversion works fine in my laptop (64bit Debian) but trows a OverflowError in Debian. The 2 examples follow. Anyone knows of a simple workaround this issue? Thank you! In 64bit Debian system: $ python3 -c "from datetime import datetime; d=datetime.fromtimestamp(int("-11486707200")); print(d.year)" 1606 In RasbberryPi (32bit) Raspbian system: $

Banana Pi BPI-W2 开源硬件,RTD1296方案设计

时光毁灭记忆、已成空白 提交于 2021-01-05 20:40:37
Banana PI BPI-W2是一个高度集成的多媒体网络路由器,可用于高无线性能、家庭娱乐、家庭自动化等… BPI-W2集成了一个四核ARM cortex- a53 MPcore,运行到1.5 ghz,路由器还包括各种外设,包括HDMI RX/ TX,Mini DP,PCIe2.0,pcie1.1 & sdio,M.2接口、USB2.0 USB3.0端口,SATA端口,2 Gbps端口千兆以太网端口,也支持802.11 ac / n WLAN连接通过PCI-e接口连接,BPI-W2可以运行Android6.0。它还可以运行OpenWRT,Debian linux,Ubuntu linux,Raspbian和其他操作系统。它还可以运行OpenWRT,Debian linux,Ubuntu linux,Raspbian和其他操作系统。 BPI-W2的大小与BPI-R2的尺寸大小相同,它可以很容易的运行它支持1080P高清视频输出,GPIO与Raspberry PI 3 兼容。 主要硬件规格: Realtek RTD1296, Quad-core ARM Cortex-A53 Mali T820 MP3 GPU 2G DDR4 SDRAM PCIE 2.0 interface.PCEe 1.1&SDIO support 2 SATA interface MicroSD slot

用树莓派构建一台服务器,永久运行网站

亡梦爱人 提交于 2021-01-04 12:22:04
Python实战社群 Java实战社群 长按识别下方二维码, 按需求添加 扫码关注添加客服 进Python社群▲ 扫码关注添加客服 进Java社群 ▲ 作者丨彭小呆 来源丨SegmentFault 社区 https://segmentfault.com/a/1190000021143144 No.1 前言 由于本人在这段时候,看到了一个叫做树莓派的东东,初步了解之后觉得很有意思,于是想把整个过程记录下来。 No.2 树莓派是什么? Raspberry Pi(中文名为树莓派,简写为 RPi,(或者 RasPi / RPI) 是为学习计算机编程教育而设计),只有信用卡大小的微型电脑,其系统基于 Linux。随着 Windows 10 IoT 的发布,我们也将可以用上运行 Windows 的树莓派。 自问世以来,受众多计算机发烧友和创客的追捧,曾经一“派”难求。别看其外表“娇小”,内“心”却很强大,视频、音频等功能通通皆有,可谓是麻雀虽小,五脏俱全。 1. 用我的话理解 用我的话理解就是树莓派就是一台主机,你可以外接显示器,键盘鼠标,u盘等等外设,因为它体积很小,而且又有很多串口和外接的口,可以直接调用很多底层硬件。 2. 市面上的型号 市面上大多是 3 代 B+ 型,淘宝一搜树莓派一大堆都是,价钱纯主板(不要任何外设)在 230+ 左右,有点小贵,超过我的预算,所以我继续寻找廉价的

基于Raspberry Pi(树莓派)的MCC数据采集卡应用

心不动则不痛 提交于 2021-01-03 12:06:46
编者按:工业上用的数据采集方案普遍基于 Windows 系统,而在Raspberry Pi(树莓派)被越来越多地应用到工业领域时,数据采集领域也终于出现了基于树莓派的产品和应用。我们之前有介绍过两款适用于树莓派的数据采集扩展板 MCC118 和 MCC152 大大降低了数据采集方案的应用成本。而下面要介绍的是如何给树莓派安装和使用 Windows 下通用的 MCC 数据采集卡,相信这会让数据采集又多了一个很不错的方案选项。 简介 树莓派是一种单板式计算机系统,可轻松连接鼠标、键盘、显示器等外设,并运行基于Linux®的操作系统,低于300人民币的成本,使树莓派尤其适用于注重性价比的数据采集应用。现在,Measurement Computing大部分USB、以太网和蓝牙数据采集设备已兼容树莓派。 目的 在树莓派上运行应用程序,控制MCC DAQ设备执行数据采集任务。本文详细介绍了以下关键步骤: 格式化SD卡 安装操作系统 配置树莓派 安装Linux设备驱动 安装MCC DAQ设备驱动,编译MCC提供的测试程序 运行MCC测试程序 适用人群 工作于树莓派(Linux)平台,熟悉MCC数据采集卡,并希望在此平台上实现数据采集功能。 必要条件 请预先准备以下内容: 树莓派硬件板卡 —— 本文使用model B,您可根据实际情况,使用任何型号 SD卡(8GB或更大容量) PC 或 Mac®

Docker CE的安装 for Debian

江枫思渺然 提交于 2021-01-02 15:40:51
Docker EE暂时不支持Debian 系统要求: 64位系统 Buster 10 (Docker CE 17.11 Edge only) Stretch 9 (stable) / Raspbian Stretch Jessie 8 (LTS) / Raspbian Jessie Wheezy 7.7 (LTS) 卸载旧版本: 旧版本的docker通常叫docker或deocker-engine。如果这些都安装了,卸载他们: $ sudo apt-get remove docker docker-engine docker.io 如果apt-get提示这些包不存在了,就返回OK。 /var/lib/docker里包括:images, containers, volumes, networks会残留下来。现在Docker CE的包名叫docker-ce。 Wheezy 7.7的额外步骤: 你需要最低3.10的kernel内核,Wheezy的版本是3.2,所以你需要升级版本。 查看你当前版本的命令是: $ uname -r 安装Docker CE: 你可以根据需要以不同的方式安装Docker CE: 大多数用户 设置Docker's repository并从中进行安装,以便于安装和升级任务。除了Raspbian之外,这是推荐的方法。 有些用户下载DEB软件包并

How to disable sleeping on Raspberry pi

为君一笑 提交于 2020-12-27 08:18:58
问题 I am working on a project similar to the one at http://www.instructables.com/id/Raspberry-Pi-Wall-Mounted-Google-Calendar/?ALLSTEPS Similarly, I need my pi to stay on constantly. I have the regular Raspbian OS installed and I am using Iceweasel browser to run a web application all day. I have tried every single one of these suggestions from this link http://www.bitpi.co/2015/02/14/prevent-raspberry-pi-from-sleeping/ Yet the pi fails to stay on longer than 10 minutes. Any help would be greatly