-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAW MMAL Buffer callback #51
base: master
Are you sure you want to change the base?
Commits on Dec 6, 2018
-
raw buffer: Added RaspiCamRawBuffer which is a client wrapper for MMA…
…L buffers.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 953d973 - Browse repository at this point
Copy the full SHA 953d973View commit details -
private_impl: video_buffer_callback refactored, buffer processing has…
… been moved into separate 'process_video_buffer'.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 96dded5 - Browse repository at this point
Copy the full SHA 96dded5View commit details -
CMakeLists, small refactoring:
public_hdrs_base and srcs_base initialization has been multilined. Now if you will add new values to these variables, you will see more readable changesets with diff tools.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for a0cf04a - Browse repository at this point
Copy the full SHA a0cf04aView commit details -
CMakeLists.txt: Added RaspiCamRawBuffer related classes.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 6e05d53 - Browse repository at this point
Copy the full SHA 6e05d53View commit details -
RaspiCamRawBuffer: added setRawBufferCallback to Raspicam class.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for eb8e0d9 - Browse repository at this point
Copy the full SHA eb8e0d9View commit details -
RaspiCamRawBuffer: added const implementation of getBuffer.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 0a9a00b - Browse repository at this point
Copy the full SHA 0a9a00bView commit details -
RaspiCamRawBuffer: additional amount of buffers is required when we n…
…eed to use buffers asyncronously on client side. So this commit adds some amount of buffers to recommended buffers for camera component.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 1536b38 - Browse repository at this point
Copy the full SHA 1536b38View commit details -
RaspiCamRawBuffer, getBuffer: fixed case when _buffer is NULL
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for b64412b - Browse repository at this point
Copy the full SHA b64412bView commit details -
RaspiCamRawBuffer: fixed copy of NULL buffer.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 067ed0d - Browse repository at this point
Copy the full SHA 067ed0dView commit details -
CMakeLists.txt: Fixed compiler identification, added Clang support.
Stepan Dyatkovskiy committedDec 6, 2018 Configuration menu - View commit details
-
Copy full SHA for ff1d69b - Browse repository at this point
Copy the full SHA ff1d69bView commit details
Commits on Dec 7, 2018
-
RaspiCamRawBuffer: refactored, so now it uses shared_ptr as a buffer …
…header holder, with custom deleter which releases buffer.
Stepan Dyatkovskiy committedDec 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 33a30dd - Browse repository at this point
Copy the full SHA 33a30ddView commit details -
RaspiCamRawBuffer: added zero-copy mode. But still doesn't works righ…
…t. Target texture seems to be filled by zeroes.
Stepan Dyatkovskiy committedDec 7, 2018 Configuration menu - View commit details
-
Copy full SHA for a8c2850 - Browse repository at this point
Copy the full SHA a8c2850View commit details -
Raspicam: added camera contents port selection.
Stepan Dyatkovskiy committedDec 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 239b474 - Browse repository at this point
Copy the full SHA 239b474View commit details -
Stepan Dyatkovskiy committed
Dec 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 556da96 - Browse repository at this point
Copy the full SHA 556da96View commit details
Commits on Dec 17, 2018
-
RaspiCamRawBuffer: fixed related comments.
Stepan Dyatkovskiy committedDec 17, 2018 Configuration menu - View commit details
-
Copy full SHA for dbb3168 - Browse repository at this point
Copy the full SHA dbb3168View commit details