16 Commits

Author SHA1 Message Date
d711760ef0 [video_player/camera] fix the return value of GstVideoPlayer::HandleGstMessage() (#94)
* [video_player/camera] add gst_caps_unref

Signed-off-by: Makoto Sato <makoto.sato@atmark-techno.com>

* [video_player/camera] fix the return value of GstVideoPlayer::HandleGstMessage()

If "async queue" is not handled, HandleGstMessage() should return GST_BUS_DROP.

Signed-off-by: Makoto Sato <makoto.sato@atmark-techno.com>

---------

Signed-off-by: Makoto Sato <makoto.sato@atmark-techno.com>
2023-12-19 11:38:36 +09:00
489ae3ccd2 [video_player/camera] add gst_caps_unref (#91)
After using gst_pad_get_current_caps, it should be followed by a call to gst_caps_unref.

Signed-off-by: Makoto Sato <makoto.sato@atmark-techno.com>
2023-12-13 13:27:12 +09:00
57f3aa88bf camera: add ELinuxCamera dartPluginClass (#81)
Fixed https://github.com/sony/flutter-elinux/issues/211

Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-28 12:37:20 +00:00
1746fd0633 camera: update for 1st-party camera v0.10.5+3 (#77)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-17 05:43:10 +00:00
a608dc05a1 examples: update elinux template source files (#73)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-17 03:59:28 +00:00
c77c26a310 camera: update README (#72)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-17 03:39:09 +00:00
584bb07788 camera: update to version 0.3.0 (#61)
Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
2022-10-23 21:11:54 +09:00
ca81dbb391 camera: add TakePicture API implementation (#60)
One of implementation in #6

Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
2022-10-23 09:18:05 +09:00
be5e050ad2 camera: enable stream image APIs (#59)
Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
2022-10-22 11:45:53 +09:00
1dd2b8bbfa [camera] update for camera ^0.10.0+1 / flutter 3.3.0 release (#57)
* Update for camera ^0.10.0+1 / flutter 3.3.0 release

Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
2022-09-19 14:47:24 +09:00
bb10db6bdb Update README: add description about customization of videoconvert element (#38) 2021-08-23 10:07:19 +09:00
fe274a8038 [camera] Fix wrong orientation (#36)
* Fixed the bug. See: #6 (comment)

* Also, I changed the camera type from back-camera to external-camera.
2021-08-20 10:45:18 +09:00
72ce4f3942 [camera] update README (#33)
Remove "apt install libglib2.0-dev"
2021-08-19 09:40:53 +09:00
c3abfca69a [camera] refactor CMakeLists.txt (#32)
* Refactor CMakeLists.txt

* remove unnecessary comment
2021-08-18 11:07:38 +09:00
34feab80cc [camera] Source code refactoring (#31)
Changes:
* Source code refactoring
* Add temporary code for camera image stream APIs
2021-08-17 17:49:36 +09:00
999fdad59c [camera][draft] Add camera plugin (#29)
Added the first draft version, but there are still a lot of unimplemented features.
2021-08-16 16:43:28 +09:00