Carl Karsten
Carl Karsten
`apt install rpicam-apps` = The following packages will be REMOVED: libcamera0 I use: `gst-launch-1.0 libcamerasrc...` which breaks because: ``` gst-inspect-1.0 libcamerasrc Filename /lib/arm-linux-gnueabihf/gstreamer-1.0/libgstlibcamera.so Version 0.0.5+83-bde9b04f Source module libcamera Binary package...
When doing R&D and testing automation and orchestration (whatever that means) it can be handy to have a config that is enough to get core up and running. put minimal.ini...
I don't like the browser asking to save the password. there are various solutions to this, I'd like an option in wssh.conf (or something I have easy control over)
https://github.com/huashengdun/webssh/blob/master/webssh/static/js/main.js#L447 ` wssh.send = function(data) {` I would like a delay between characters so it looks like someone typing. So add an optional parameter of delay (in ms because setTimeout...
a pi hat generally has a 40 pin socket. adding the socket to my pcb causes DRC to complain. plus it is a pain, makes me complain :p
my hat needs to connect to the RUN header(s) which is messy as it is in different locations on different pi versions. I'll do what I can to make this...
I would like a link to the source repo. Like next to the Download link, text: SRC or github (or whatever domain it is hosted on) or the whole URL...
Another to add to README: ``` /etc/ssh/sshd.conf GatewayPorts clientspecified ``` "By default, OpenSSH only allows connecting to remote forwarded ports from the server host" https://www.ssh.com/academy/ssh/tunneling-example#remote-forwarding I am guessing the/my/debian default...
Likely the most asked but never heard question. Anyway, I don't expect you to drop your email here, but I feel compelled to ask. I suspect the answer is: put...
``` I have a 5 ultra with a camera. if I use this image, the camera works fine: Orangepi5ultra_1.0.0_debian_bookworm_desktop_xfce_linux6.1.43.7z If I use this: Orangepi5ultra_1.0.0_debian_bookworm_server_linux6.1.43.7z the image is very dark. I...