Is there an example code for accessing the camera via USB-c? How can I communicate via USB-c? I can't seem to find one.
Thanks!
Is there an example code for accessing the camera via USB-c? How can I communicate via USB-c? I can't seem to find one.
Thanks!
Hi walelignmessele , please see docs: https://docs.luxonis.com/en/latest/
erik Thank you, Erik, It just refused to work with USB 3 directly on Pi but it does work on my computer. Not sure what's going on with that. I will try a new Pi and see if it does work.
erik I just have another question while using one of the examples…https://github.com/luxonis/depthai-experiments/tree/master/gen2-multiple-devices/multi-cam-calibration. Tha algorithm detects the second corner in the chessboard as the center point (origin) as shown in the picture. The question is can I ask for a specific point to be the center as indicated by the circled point? if so How can I do that?
.
Hi walelignmessele
I suggest you check through the code. The corner finding algorithm is OpenCV based and should have available documentation.
Thanks,
Jaka
jakaskerl Can you be a bit specific and guide me in the right direction if you do not mind?
walelignmessele it's using opencv's cv2.findChessboardCorners
to detect the chessboard, code here:
https://github.com/luxonis/depthai-experiments/blob/master/gen2-multiple-devices/multi-cam-calibration/camera.py#L135-L138
So it would be best to check opencv's documentation about these functions (here).
@erik Thank you!
Is this the right channel for getting some Q and A and experiences? I feel like the answers in this channel are so limited and no intention of answering the question directly.
walelignmessele from Luxonis' perspective, free support only includes pointers/suggestions/some debugging help. But perhaps more knowledgeable community members will chime in and help you with deep dive/implementations. I hope you understand.