General discussion • Monitor events from HIKVISION ANPR camera
I am out of my depth here, but I will give it go.I want to monitor events from an ANPR camera - just need timestamp and number plate data, but not sure how to go about this. In the end I want to be...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
I tried the update but none of the new resolutions now appear on the gui. And also the earlier 720x378 is not present either. I used the same pulls/5867….Statistics: Posted by OldTVEnthusiast — Tue...
View ArticleTroubleshooting • Re: HDMI ports destroyed
You cannot kill the HDMI ports just by changing the frequency, or we would have a lot of dead PisHave you tried changing the lead? Tried different displays?How did you change the frequency?Statistics:...
View ArticleGeneral discussion • Re: Pi 5 and USB cameras
Technically rpicam-apps are targeted at CSI2 attached cameras.Tru Dat.Statistics: Posted by jamesh — Wed Feb 07, 2024 7:09 pm
View ArticleAdvanced users • Re: Errors during upgrade ...
In place upgrades between major OS releases has never been recommended. If you absolutely must do it a forum and/or web search will tell you how.And I strongly recommend that you clone your SD card...
View ArticleTroubleshooting • Re: Inquiry about uBlock Origin and h264ify Extensions in...
I cant remove these two extensions no matter what I do. They just come back.Statistics: Posted by tbandtg — Wed Feb 07, 2024 7:22 pm
View ArticleGeneral discussion • Re: Raspberry pi 5 with 500GB NVMe strange behavior.
Did you dislodge or damage the PCIe ribbon cable that goes from the Pineberry board to the Pi 5?Are you running this at PCIe 3.0 speed? /boot/firmware/config.txt will have dtparam=pciex1_gen=3 if its...
View ArticleTroubleshooting • Re: How to fix broken/missing Kernel after failed upgrade
Yes. Your split is correct.Statistics: Posted by dom — Wed Feb 07, 2024 7:31 pm
View ArticleTroubleshooting • Problems using Raspberry Pi PicoW with FreeRTOS
I want to use picoW with FreeRTOS. I sort of have it. My directory structure for the project is below. In src/main.cpp I have the following and it works fine. I get different tasks...
View ArticleTroubleshooting • Re: no HDMI on TV
I am out of ideas. Any idea of what I could try ?Remove any custom settings from config.txt and cmdline.txt (switching back to a fresh sdcard install may be best to be sure).Looks like your TV has 4...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
Generally start a new topic.I'm not sure on Windows 11, but as far as your upload using SWD issue could you please start at the very beginning and tell us exactly which hardware debug dongle you are...
View ArticleTroubleshooting • Re: Cron job on bookworm
I poked around today, I have no clue how to deal with an init script. I see there are a bunch of them in /etc/init.d .Can someone point me to some reading, I'm using Bookworm?Thanks,Statistics: Posted...
View ArticleGeneral discussion • Re: Best storage option for Rpi5 for usage as NAS and...
For a NAS you should really use two storage devices: one for the OS and one for the NAS data. Doing so makes it much, much easier to upgrade the OS or fix it when it or the drive is broken.Which media...
View ArticleFrançais • Re: gpio c++
Voici le nouveau MAkefile (avec minimode d'emploi)Code: CC := g++CFLAGS := -Wall -g --pedantic -OsAR := /usr/bin/ar -crsTARGET := testAPP := essaiRM :=/usr/bin/rmSRCS := $(wildcard *.cpp)OBJS :=...
View ArticleBeginners • Re: Stuck with connecting to the Raspberry Pi 5
I've tried to use the PuTTY client. I've installed the Raspberry Pi OS 64 on the card, if that helpsNot much.I wonder if my 'bot' persona just generated pseudo-technical questions at random, or...
View ArticleGeneral • Re: WiFi configuration without a display
If you assume that DHCP works, you can forget about the link -local addresses, and just do the ARP query from a host on the same subnet. For example, Code: arp -a -i wlp2s0? (192.168.1.100) at...
View ArticleGeneral • RP2040_SKELETON Cannot find source file:
I have looked at the RP2040_SKELETON sample to start building a project with a number of external librarieshttps://github.com/daveythacher/RP2040_SKELETONTo start with I have tried to take some...
View ArticleTroubleshooting • Re: Desktop Manager Is Not Active error after setting up...
Thank You! I had looked at the guide to create my original autostart file, but didn't realize the difference between the autostart file and the .desktop files that launch after login. I created the...
View ArticleBeginners • Re: Raspberry PI B
One reason desktop might not run on the early B is lack of memory. Increasing the amount of swap may get it working, albeit very slowly and at the cost of increased wear on your SD card.I wondered if...
View ArticleMedia centres • Re: Plex Server "blank"
You installed Plex server on your pi?Or your trying to play from plex?Usually you don't consume the content on the server, you install the server on a NAS, and stream from the Plex app on kodi or...
View Article