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

Bugs in quick-cam application based on RPI #110

Open
sinban04 opened this issue Jan 19, 2017 · 4 comments
Open

Bugs in quick-cam application based on RPI #110

sinban04 opened this issue Jan 19, 2017 · 4 comments
Milestone

Comments

@sinban04
Copy link
Contributor

I'm testing the RPI board and the existing code such as sample apps
And i found some bugs during the execution of sample application
At the quick cam application, i found the execution flow does not get out of the infinite loop.
It's because the shared memory is not allocated repeatedly.

I'm in the middle of debugging, and i think i need to scrutinize the code of camera framework.

@RedCarrottt
Copy link
Member

Related to #98

@RedCarrottt RedCarrottt added this to the Alpha 1 milestone Jan 19, 2017
@sinban04
Copy link
Contributor Author

The bug occur at the infinite loop part of recStart() function.

for(;;){
  if((recObj->initSharedMemorySpace()))
  {
    break;
  }
}

And it does not the shared memory in initSharedMemorySpace() function

shmid = shmget((key_t) REC_SHM_KEY, 0, 0);

@RedCarrottt
Copy link
Member

Please specify which source code file the bug occured in.

@sinban04
Copy link
Contributor Author

In the OPEL_DIR/node/src/cam_fw/recording/src/OPELRecordingAPI.cc

@RedCarrottt RedCarrottt removed this from the Alpha 1 milestone Mar 1, 2017
@RedCarrottt RedCarrottt added this to the Beta 2 milestone Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants