Closed makesource closed 2 years ago
:memo: TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #285. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/.
To contributor, We have used 'Signed-off-by:' notation by default to handle the license issues, that result from contributors. Note that 'Is there a Signed-off-by line?' is important because lawyers tell us we must have to it to cleanly maintain the open-source license issues even though it has nothing to do with the code itself.
LGTM. Please add git signing on your PR.
@jaeyun-jung I've updated it to use git signing, but ci doesn't seem to catch it properly. Could you retry the ci build? Thanks :)
@makesource CI complained about no commit body (not commit title). You may write commit body for each commit (more that 5 words)
@anyj0527 Thanks for letting me know. I updated the commits.
There are two major problems in example projects.
setPreviewCallback
was not worked in my recent Android10 device. I fixed it to register callback immediately after setting the preview display.style-transfer-with-nnstreamer-java-api
causesE/GStreamer+videoconvert: 0:00:01.553407343 0x7c60d44de0 ../gst/videoconvert/gstvideoconvert.c:618:gst_video_convert_set_info:<videoconvert1> input and output formats do not match
error in GStreamer 1.20.0. I don't know the exact reasons but after I removedvideoconvert
in the pipeline, it worked well.Self evaluation: