We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: