Dale Phurrough

Results 315 comments of Dale Phurrough

I can not verify any fix/changes at this time. I will be able to look again at this in November.

My device was `Version: 0.0.15` and using that tool is now `Version: 0.0.17` Unfortunately, that didn't help. It continues to die between the 6 and 7th iteration. Which is a...

PR is posted. I'm interested to see what you experience with your similar hardware.

TP-Link 5-port Gigabit Desktop Switch Model: TL-SG1005D Ver: 4.0 I bought this in 2011, I do not see the exact model avail today. The model# is the same but the...

My pre-production oak-d-pro-poe ![image](https://user-images.githubusercontent.com/679350/157723085-bccebea9-c83e-4034-b60a-ad61c285d86c.png)

Yay! Will test when I again have access to my OAK PoE in November. :-)

There is a pattern of failure related to Case 1 in OP. In this example, my goal is a output video of 1366x768 (WXGA) This can be achieve by scaling...

haha...and I think I've found a related/series of bugs. Same goal... output video of 1366x768 (WXGA) Using an alternative of scaling 8:11 and cropping ``` rgbCamera->setResolution(THE_1080_P); rgbCamera->setIspScale(8, 11); rgbCamera->setVideoSize(1366, 768);...

Will that host-side sdk change work if I reorder the app's api calls? ```c++ if (colorbalance) { dai::CameraControl ctrl; ctrl.setAutoWhiteBalanceMode(dai::CameraControl::AutoWhiteBalanceMode::OFF); ctrl.setManualWhiteBalance(colorbalance); ctrl.setAutoWhiteBalanceLock(true); // reordered to be after 🤪 } ```

My intention is to prevent bugs like I wrote yesterday. Which can lead to disappointment, confusion, esclation to support, etc. The philosophy that a `setManualxxx()` always overrides is my preference...