-
hi, I have OAK-D-SR, which has camera OV9782 and support rgb.
the default rectified stereo publish gray-scale image for left and right (depthai_examples/src/stereo_inertial_publisher.cpp). …
-
Depth-V2
![image](https://github.com/user-attachments/assets/ff3e0a9c-614d-4510-b361-e9d763f3498f)
RGB-D
![image](https://github.com/user-attachments/assets/907f774b-c8a8-494f-a4ea-7079af870334)
-
Hi,
is it possible to connect to cameras to a raspberry pi 3 model b ?
I have seen there are some multi cam adapters, but as far as I can read they need to be same resolution, and because of the lo…
-
Does SUN RGB-D dataset contains instances annotation or label ?
-
Hello
Can we use simple RGB images taken by mobile phones in prediction ?
Thanks
-
Bellow is my source code,
static int lv_rgb_camare_uvc_init(LV_RGB_STREAM_T *lv_rgb_stream_p) {
uvc_error_t res;
// 初始化 libuvc
res = uvc_init(&ctx, NULL);
if (res < 0) {
lv_error…
-
Hey! I wanted to see if you guys had any reference code / hyperparameters for SAC solving any of the tabletop tasks using RGB(D) data only and no proprioceptive state information. Thanks!
-
Copied from discord
> I made an issue (#51) for the using the LED for error handling, probably worth discussing if more LEDs or an RGB LED (or multiple) should be added to the board. They should be…
-
Are there any plans to release the raw RGB-D images?
-
I successfully build and run rovio with MH_01 data. So inputs are /cam0/image_raw and /cam1/image_raw .
Can rovio work with an RGBD sensor ?
Thank you