Replies: 1 comment
-
I'm afraid the C++ post-processing is not available in Python. In the Python world people often like to do their own post-processing using OpenCV and so forth, so this kind of infrastructure has not been provided. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at the libcamera documentation and there is a section on Post-Processing;
[url]https://www.raspberrypi.com/documentation/computers/camera_software.html#post-processing[/url]
It looks very useful but the documentation talks about all of it in the context of libcamera-apps that are invoked from the command line. For example;
libcamera-hello --post-process-file /path/to/negate.json
All well and good, but how can I incorporate that post-processing into a camera app that I write in Python? The libcamera-apps are written in C++, and the source code is all available;
[url]https://github.com/search?q=repo%3Araspberrypi%2Flibcamera-apps+motion_detect+&type=code[/url]
Beta Was this translation helpful? Give feedback.
All reactions