jasaw

Results 48 comments of jasaw

> You can try this @sierraRhoades > > ``` > Future _connectToDevice(BluetoothDevice device,int timeout) async > { > Future returnValue; > await device.connect(autoConnect: false).timeout(Duration(seconds:timeout), onTimeout: (){ > debugPrint('timeout occured'); >...

@rohansingh This PR has the unfortunate side effect where calling `isOn` always returns false if `centralManager` is initialized in the same call. This is caused by race condition of reading...

This PR has the unfortunate side effect where calling `isOn` always returns false if `centralManager` is initialized in the same call. This is caused by race condition of reading the...

The default sharpness value that we use may cause the blurry image because sharpness is not documented on the ov2640 datasheet. Other than that, the other parameters should have their...

Try playing with the "auto exposure control 2" as well. The old code does not set a known value, so it is left to the ov2640 default.

Oh, this reminds me, in the old code, there was a a workaround that writes to undocumented registers in the ov2640. It doesn't care which camera is attached. I changed...

I managed to get my OV5640 to work on my local build. I just needed to enable ov5640 in SDK config, added guards around ov2640 specific code because they are...

>I am not aware of any recent changes on the Web UI. Can you try the latest rolling and describe your problem a bit more in detail? @caco3 sorry, turns...

Has anyone tried the [OV5640 camera with autofocus](https://www.aliexpress.com/item/1005004072836395.html)? This [alternate aliexpress listing](https://www.aliexpress.com/item/1005004521039608.html) is for esp32cam with OV5640 but I'm not sure whether the esp32cam board has pre-connected the AF-VCC and...

The [esp32cam OV5640 autofocus aliexpress listing](https://www.aliexpress.com/item/1005004521039608.html) that I mentioned above does indeed have the autofocus AF-VCC and AF-GND connected on the CSI connector, so no soldering required. ![esp32cam_plus_ov5640_af](https://github.com/jomjol/AI-on-the-edge-device/assets/721280/6c3250b8-eb4e-402f-a51d-eb93f0fece96)