No body ?
This is the one of the most importan feature that edge developer needs ?
How we can use ov13850 onboard camera from opencv ??
please help
Moderators: chensy, FATechsupport
Code: Select all
cap=cv2.VideoCapture(0)
Code: Select all
cap=cv2.VideoCapture("/dev/video0", cv2.CAP_V4L)
Code: Select all
cap=cv2.VideoCapture("rkisp device=/dev/video0 sensor-id=1 io-mode=4 path-iqf=/etc/cam_iq/rk-ov13850.xml ! video/x-raw,format=NV12,width=640,height=480,framerate=30/1 ! videoconvert ! appsink",cv2.CAP_GSTREAMER)