You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is the right place to ask my question, but at least I'd gather attention. I am trying to run Crankshaft in EGL mode and have a reverse camera at the same time. Of course this isn't going as planned. I am using an AV to USB dongle, which supports YUYV. The issue comes when starting cam_overlay:
Opened device '/dev/video0'
Dimensions: 480 x 320 Pixel Format: YUYV
* failed to add service - already in use
I have tried to understand the inner workings of Crankshaft and cam_overlay and came to the conclusion that EGL mode needs to use the GPU of the RPi, so I need dtoverlay=vc4-fkms-v3d for it to work, but from what I've seen on the topic it also breaks cam_overlay for some reason. I even tried building it myself - the main and cpp branch, and failed...
So I guess my question is - Is it possible to run Crankshaft in EGL mode and have cam_overlay work at the same time?
Thanks in advance! I am attaching a debug.zip if anyone is interested. debug.zip
The text was updated successfully, but these errors were encountered:
Hello,
I am not sure if this is the right place to ask my question, but at least I'd gather attention. I am trying to run Crankshaft in EGL mode and have a reverse camera at the same time. Of course this isn't going as planned. I am using an AV to USB dongle, which supports YUYV. The issue comes when starting cam_overlay:
I have tried to understand the inner workings of Crankshaft and cam_overlay and came to the conclusion that EGL mode needs to use the GPU of the RPi, so I need
dtoverlay=vc4-fkms-v3d
for it to work, but from what I've seen on the topic it also breaks cam_overlay for some reason. I even tried building it myself - the main and cpp branch, and failed...So I guess my question is - Is it possible to run Crankshaft in EGL mode and have cam_overlay work at the same time?
Thanks in advance! I am attaching a debug.zip if anyone is interested.
debug.zip
The text was updated successfully, but these errors were encountered: