Skip to content
New issue

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

Fatal signal 11 (SIGSEGV) when creating an IplImage #199

Closed
bgiori opened this issue Aug 11, 2015 · 1 comment
Closed

Fatal signal 11 (SIGSEGV) when creating an IplImage #199

bgiori opened this issue Aug 11, 2015 · 1 comment

Comments

@bgiori
Copy link

bgiori commented Aug 11, 2015

Currently using JavaCV to stream to an RTMP server using FFmpegFrameRecorder and I have run into a segfault when creating an IplImage in order to rotate the frame for vertical video:

yuvIplimage = IplImage.create(imageWidth, imageHeight, IPL_DEPTH_8U, 2);

I also run into the same error when trying to convert a Frame to an IplImage.

OpenCVFrameConverter.ToIplImage fc = new OpenCVFrameConverter.ToIplImage();
uvImage = new Frame(imageWidth, imageHeight, IPL_DEPTH_8U, 2);
yuvIplimage = fc.convert(yuvImage);

Thanks again.

@bgiori
Copy link
Author

bgiori commented Aug 11, 2015

Used the binaries found in #197 which fixed this.

@bgiori bgiori closed this as completed Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant