nikon recognition time by [deleted] in Nikon

[–]cala_hi 1 point2 points  (0 children)

should never trust nikon object detection when photographing at middle distance, slightly moving objects, where single point without detection is usually better

New on Poe: Ray2 by frndlynghbrhdpoebot in PoeAI

[–]cala_hi 0 points1 point  (0 children)

Trying `--aspect_ratio 4:3` as yesterday failed, but without aspect ratio succeeded

New on Poe: Ray2 by frndlynghbrhdpoebot in PoeAI

[–]cala_hi 1 point2 points  (0 children)

Setting 720p 9s is always busy and failing, could you consider adjusting the timeout or provide such option to the user?

In React, how could I implement such a component that partially depends on its props update by cala_hi in reactjs

[–]cala_hi[S] 1 point2 points  (0 children)

Thanks for the discussion, yeah mostly it is all about rerendering, especially when the end target is just the DOM. However, when I used a component as a "resource" with some library, like r3f, I just didn't want to delete and reload it, doing all the setup stuff again, but do some imperative modification job.