Samsung / tizen-docs

This project is for writing Tizen documents for platform and application developers. The documents will be published to the new Tizen portal site.
https://docs.tizen.org/
Other
156 stars 449 forks source link

camera callback preview didnt call #1895

Open XanuduBuster opened 1 year ago

XanuduBuster commented 1 year ago

used the below thingy

/ Set the camera preview callback / error_code = camera_set_media_packet_preview_cb(facedata.g_camera, _camera_media_packet_preview_cb, NULL); at the guides link. https://github.com/Samsung/tizen-docs/blob/master/docs/application/native/guides/multimedia/face-detection.md

But _camera_media_packet_preview_cb function didnt call.