Camera board • Re: I can't see the video on motion from my raspberry pi...
I've just set up a new pi and I'm getting this issue. Have anyone found any work arounds?Statistics: Posted by zoukimando — Thu May 23, 2024 6:21 am
View ArticleC/C++ • Re: RP1 PWM Peripheral Single-Shot
There is no single-shot mode. An enabled channel stays enabled forever. I believe if the FIFO underruns, then the last entry is repeated the next time it is popped - so you could write a tuple of...
View ArticleGeneral discussion • Re: Pi5 as Commercial product
That's reprehensible, coming as it does from the keyboard of someone who routinely chastises others for unexplained use of Abbreviations and Acronyms without expansion or context.In the Raspberry Pi...
View ArticleHATs and other add-ons • Re: official Hat+ specification incompatible with...
Yeah that's my photo showing the issue. As posted, the official response : 'It is what it is" The wrong screws issue happens, I get that. But the case issue does seem like a rather massive oversight.I...
View ArticleRaspberry Pi Connect • Re: Mouse Coordinate Misalignment with Screen Rotation
Is viewtopic.php?t=370385 potentially helpful, specifically the use of labwc ?Statistics: Posted by xeny — Thu May 23, 2024 6:55 am
View ArticleC/C++ • pigpio together with lgpio(lg)
Hi,I need to add an extra GPIO using a USB-GPIO board, such as the FT232H (https://www.adafruit.com/product/2264).Is it possible to control the Raspberry Pi's GPIO with pigpio and the FT232H GPIO with...
View ArticleTroubleshooting • Re: realtek RTL8761BU bluetooth usb download fw command failed
Is this of any help?viewtopic.php?t=294634Statistics: Posted by kip_the_elder — Thu May 23, 2024 7:11 am
View ArticleOff topic discussion • Experiences buying from Mouser Electronics?
I think this is probably the right board for this one, though I'm not sure how much response I'll get tucked away in off topic...Has anyone, especially anyone from AU, bought from Mouser Electronics...
View ArticleGraphics, sound and multimedia • Re: Pi3B+, Raspbian, VLC, video files
I switched back to the pi 4B because it handles VLC playlists better than the 3. I don't know if I stated this already, but I'm using a swap disk made from a sandisk cruzer using gnome disk utility....
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Just increase the swapfile and reboot. set CONF_SWAPSIZE to 500 and MAX_SWAPSIZE TO 2048If by MAX_SWAPSIZE you mean CONF_MAXSWAP, the default is 2048 so you don't need to change that unless you want...
View ArticleCamera board • Re: Arducam B0392 (IMX219) camera pink tint
Hi,It looks like the lens shading problem.On Raspberry Pi's Official OS(Bookworm/Bullseye), you can use the tuning file in the link below to eliminate the pink tint. However, you are using the Ubuntu...
View ArticleHATs and other add-ons • Re: Official Raspberry Pi 5 NVMe Hat & WaveShare...
With WaveShare PoE+ extending the GPIO pins it looks like it can be stacked on top with a long enough PCIe ribbon, but it appears as if it would have minimal space between the hats and restrict...
View ArticleGeneral discussion • Re: Can I connect a RAM board to the pcie slot of the...
If such a thing existed, yes you could as there's 8GB of outbound decode space. An analogous example is a GPU with resizable BAR support - however the access wouldn't be anywhere like as fast as the...
View ArticleGeneral discussion • Re: Microscope question?
'attaching a microscope' is a big word! Which interface does your microscope offer?In case you don't have one yet consider a DIY one, using HQ camera and a CS lens.There a several lenses in the market...
View ArticleCamera board • Re: Developing a driver for an external ISP, should it be...
Set the "brcm,media-controller" property on the unicam node as for example https://github.com/raspberrypi/linux/bl ... ay.dts#L65Without that Unicam is trying to work as a video-node centric device,...
View ArticleCamera board • Re: best camera for microscope
I'm using https://www.mouser.de/ProductDetail/See ... gIW4vD_BwE for PCB assembly/inspection.I'm still using that one with a 'custom CS mountable' V1 camera (which has the lens removed) or an HQ...
View ArticleBare metal, Assembly language • Re: sdhost access on rpi4
Does anyone have an example of working code using the sdmux (i.e. SDHCI on the uSD slot)? I'm trying to figure out how to fiddle with the device tree for u-boot or linux to configure it. I checked all...
View ArticleopenSUSE • Re: Kernel: 6.9.1
LAMP serverCode: sudo zypper install apache2 mariadb phpMyAdminStatistics: Posted by geev03 — Fri May 24, 2024 6:59 am
View ArticleCamera board • How do I control Pin 12 on the camera bus?
Hi everyone,For some reason, I need to use Pin 12 on the Camera bus in my driver. In my memory, I thought it was called "led_indicator" but I forgot where I saw it..I have known I need to update my...
View ArticleCamera board • Re: pink color issue with RPI Hq cam on rpi5 board
Do you know if there is there a reason why those 3 images you posted seem slightly different? The top one seems more pink than the others.Can you also please say what lens you are using? As was...
View Article