![]() |
Camera leads to kernel exception?
We're trying to get image streaming working with our camera to the dashboard (we're using C++). The code we're using for setting up the image streaming is this:
Code:
AxisCamera& camera = AxisCamera::GetInstance();Does anyone have any idea why this might be happening? Thanks, Kevin |
Re: Camera leads to kernel exception?
Setup NetConsole (from the WPI C++ updates page, initial version of WPILib for the season) and post what errors come up
With the dashboard pictures, are they continuing after the crash or is it a still picture once it crashes? |
Re: Camera leads to kernel exception?
Where is this in your code? We had something similar, and it appeared that every time camera went out-of-scope, the global camera object was destroyed. The next time it came into scope it was re-constructed and destroyed again when it went out of scope. At least this was our theory.
As soon as we made sure the camera object stayed in scope. See the thread: http://www.chiefdelphi.com/forums/sh...ad.php?t=83259 for some hints about how to do that. |
Re: Camera leads to kernel exception?
Hi 281. Are you sure you have the latest updates? Just adding the camera code caused terminatin everytime until the last update.
Brian |
| All times are GMT -5. The time now is 03:22. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi