Shubham Baranwal
Shubham Baranwal
Any progress on how Connect to Hero 8 over WiFi without Bluetooth?
Has above feature been developed?
Commenting to get the notification
Is it possible to set Zoom level through Bluetooth?
@kmonachopoulos ok...i'll give it a try
import cv2 import numpy as np import scipy import tensorflow as tf import time def post_process_disparity(disp): _, h, w = disp.shape l_disp = disp[0, :, :] r_disp = np.fliplr(disp[1, :,...
One more surprising thing I have found that while processing it with the video, it lags a lot whereas with the Webcam, it gives the real time frame. What could...
I have XBee pro S2C. Xbee is mounted on CP2102. [https://robu.in/product/xbee-usb-adaptercp/](url) This USB adapter is connected to my android device via OTG. No, I am not using Digi development board.
I tried the first option. When I try to call the open function, it throws an exception `could not determine operating mode`