Soham Railkar

Results 17 issues of Soham Railkar

I wanted to try this on android with ncnn framework. is it available? @nihui @tyshiwo

Hello, I can see with the use of image handler I can get bitmap into OpenGL texture and apply a filter on it. But I want to perform some custom...

These 1ops are not supported {PAD,} Create graph failed errno: 0

I am using https://github.com/CainKernel/CainCamera to render filters, I need to push this stream using your library. I am using CameraTextureView specifically, which extends textureview. https://github.com/CainKernel/CainCamera/blob/master/cameralibrary/src/main/java/com/cgfay/camera/widget/CameraTextureView.java @pedroSG94 @cainkernel

I see RtmpPusher in pushlibrary from old commits. why it is removed in latest code? also it is pushing data in onPreviewFrame. where the data comes from camera. What if...

I want to stream the camera feed on caincamera, (with applied effects ) on webrtc. It will be great if you give me some direction to achieve this.

undefined reference to `cv::imwrite(std::__ndk1::basic_string const&, cv::_InputArray const&, std::__ndk1::vector const&)' clang++: error: linker command failed with exit code 1 (use -v to see invocation) for. time-being I have replaced SDK with...

I have trained onet by following exact same steps on the same dataset. But when I have replaced it with onet from the demo example. it is not working.

Following repo does zero cpu copy and processes frame directly on gpu. https://github.com/ochornenko/Camera2GLPreview Since your implementation is also on gpu, can we expect integration with vulkan and camera2 pipeline with...