John Blacker
John Blacker
I am ecstatic to say: IT WORKED! A few hitches along the way which were my problems as I'm not a docker guru and I also made a mistake by...
I looked at my output from the build and I don't see that it built the python bindings (I think this means it doesn't build the equivalent of "opencv-python"), but...
As I thought back on the whole idea of using docker it now makes sense why the build works - it's building inside a Ubuntu 18.04.5 system and that has...
> @aseitasi15 not sure I understand, but if you build into the container, the python version used should be the good one (the one espressif configured in the container's image)....
Thanks for this, the script works for me...except the files aren't showing up with the same timestamp as when the script is run, so I keep getting a file or...
Actually ended up dropping the %S, %q and %v off the filenames and everything works fine now. I capture an image and send a notification with the image to pushover....
I'm beginning to think I should embrace the concept of recording video and post-processing it on a faster machine - say a p/c or faster SBC if you have such...
Sorry for the previous post...I was pointing to the wrong repository/demo. Anywya, I did get it to run with most working except an exception: Unhandled Exception: System.InvalidOperationException: Spatial types and...
I perused the libcamera repo and found that "StreamRoles" was basically an alias for StreamRole and was removed because "it is no longer strictly necessary." Therefore, I would surmise that...
The "fix" I came up with is: 1.) Remove line 84 in libcamera_app.cpp 2.) Change line 85 in libcamera_app.cpp to: configuration_ = camera_->generateConfiguration({StreamRole::StillCapture, StreamRole::Raw}) ; 3.) Remove line 129 in...