Please, can anybody help me with this?
I have a project using CameraBridgeViewBase
and I want to take a picture and save a file, but CameraBridgeViewBase
doesn't implement the function takePicture
.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- How to get the background from multiple images by
Result: I implemented a new class extends JavaCameraView and implemented myself the function takePicture.
-