We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am having trouble accessing the official Raspberry Pi Camera V2 in Processing on my Rasberry PI 3.
in the glvideo library I get :
No capture devices found
In the video library I get:
There are no cameras available for capture
I am able to acces the camera and take pictures via terminal and rapistill -o output.jpg
, so the camera is working.
Any tips?
Answers
@Andreas_Ref: As mentioned in the header of the SimpleCapture example: you need to load the v4l2 driver for the camera to be found by GStreamer (or Processing).
Great, thanks!
I cant find the way or dont know it to load the v4l2 driver..... any help ??! @gohai
@ahmeddabbous Instructions are printed as a comment on the top of the
SimpleCapture
example ;)