-
Notifications
You must be signed in to change notification settings - Fork 84
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
Clarification of performance #6
Comments
Hi Frank, comments inline On Thu, Sep 20, 2012 at 11:57 AM, Frank Carey [email protected]:
Awesome!
|
@frankcarey and @dps Sir, Can we change the API level of the android app! As it says api level 14 i guess as per the prject.properties file! But the current updated api level is 27 and I am not able to downgrade it to 14. Please help here a bit sir or cna i make changes in the android manifest.xml file and run it accordingly!! |
I have this working now! (images and data streaming to the computer, not the car part) I do see some things that look wrong, but I'm not sure since it looks like they may have been coded that way for a reason.
@dps - First,I really appreciate you putting this on github. Note that I'm not complaining here, just trying to document for those evaluating like I am. If you think these are actually bugs, I can create separate tickets. If not, maybe you can clarify here.
only the top left corner of the pixels are outputting. My guess is that this is to reduce the size of the image or to be able to handle different camera sizes. The effect is that only a portion of the image you see on your phone's preview shows up in the Driver app on the computer. It might make sense to use the center of the image or resize it down.
The image is greyscale - This was done on purpose ( decodeYUV420SPGrayscale() ) probably to save bandwidth or to make it easier for the neural net to deal with I'm guessing.
The screen doesn't stay on and when the screen turns off, the images on the computer (Driver) stop updating.
The text was updated successfully, but these errors were encountered: