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

opencv+aravis #1

Open
vahidVision opened this issue Sep 3, 2019 · 0 comments
Open

opencv+aravis #1

vahidVision opened this issue Sep 3, 2019 · 0 comments

Comments

@vahidVision
Copy link

hi
thank you for you nice code but i have some problem with it
i use usb3vision camera
the aravis detect my camera and grab frame with readFrameIPL()
when i print framebuffer on readFrameIPL()

(
framebuffer = (void*)arv_buffer_get_data(_buffer, &buffer_size);
std::cout<<buffer_size<<std::endl;/// i add this line
arv_stream_push_buffer(stream, _buffer);
)
1.
my resolution is (2592 * 2048)
print 5308416 continuously (2592 * 2048) that
seems it is GreyScale because RGB should
be(2592 * 2048 * 3) not 2592 * 2048 =5308416
why it grab Grey frame?
2.on Opencv window the full noisy image without any recognizable video content is shown continuously !!! i dont why?

3 . why use this size cvSize(1280, 960) on output video
best regards

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