tomshaffner
tomshaffner
The above suggestion from @awrobel1 was great for me. In my case I simplified a tad with `x=datetime.datetime(2021,5,27).timestamp() * 1000`. No need to convert from a string first in this...
> hey all, thanks for the interest. It's going to be a bit before I can work on this, but pull requests are always welcome. If someone were to start...
I sadly don't have the time to make a minimum reproducible example here, but I figured I'd at least note that I also am having the above issue and would...
Same issue here. Of note though; in my case closing the app completely out of memory and reopening it and then pushing seemed to solve the issue.
Strange; I don't remember if the camera creates that directly. If you create the folder manually do the images save properly then? Sent from an Android device, please excuse my...
Agreed, but this is a simple fix in the code too; we should create an issue on GitHub for it to get fixed next time I or someone else are...
That's useful to know. Is the camera itself just producing bad data for that pixel in your case? I.e. that sensor element is broken? It sounds like it's intermittent if...
This is a problem installing opencv as the error says. There are instructions related to this instead on the instruction page, and if those don't work it's a problem to...
You might search the instructions; there's actually a whole section discussing two different ways to install opencv. Ultimately though, opencv is just a dependency of this library; if installing it...