-
-
Notifications
You must be signed in to change notification settings - Fork 212
Portenta Vision Shield Camera demo not running #112
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
Comments
The example not compiling is due to this 8911e84 (I'll fix the example by adding a sensible default timeout). |
By the way in my download of Core 1.3.1 the extras folder did not come with the Camera demo like it did with 1.3.0. I will play with the idea of extra pixels for processing although the included Processing code see below, does not mention it.
I will also load my |
I think the returned FRAME_BUFFER Windows Test Pattern (Even with the ov7670 camera I never got a great image using windows) P.S. I tried different:
Small changes to cameraWidth shifts the image diagonally P.S.S. By the way: this camera is supposed to be square 324 x 324 not a regular VGA resolution. https://www.arduino.cc/pro/hardware/product/portenta-vision-shield The Vision shield comes with a 324x324 pixels camera module which contains an Ultra Low Power Image Sensor designed for Always-on vision devices and applications. I am putting my testing files and images here |
@facchinm @sebromero or anyone else. Does the Portenta Vision Shield using the camera library and Processes work for you? It is very close to working for me just wondering if I am getting the same results or if I have made a minor mistake. I get the proper black and white image, just has a few layer issues. It would be really good for me to know that the basic example does work for someone else. |
@hpssjellis the issue is not really with capture but rather with the way image is being transferred. very likely some character is being added or removed for some reason. |
Thanks @pnndra the windows CR issue probably explains why Processes works much better on Ubuntu than Windows. I might just start working with the images as they are as I am building machine learning apps using Edge Impulse so eventually the image will never actually be seen using a serial port as the ML program extracts information internally from each image. |
@hpssjellis you will soon get something out of the box for your latter use case :). not asking you to wait but be aware we're on it. |
Should be fixed by #122 and friends, feel free to reopen if the problem persists |
@hpssjellis We also updated the demo slightly. See here: #143 |
hi, sorry to open this again. |
@gargoyle777 I am working on these portenta vision shield examples, which uses a grayscale OLED (very fast) and make debugging much easier than the default examples. I hope it helps in some way. |
Does anyone have the demo example running for the Portenta Vision Shield?
I had to send an integer to start for the demo to even compile.
My issues are very similar to the issues with the ov7670 Camera and Java Processing program except those issues were solved by switching from Windows to Linux. For the Portenta both Windows and Linux seem to have the zigzag issue for me using the Portenta Vision Shield.
arduino-libraries/Arduino_OV767X#5
It feels like the buffer is not getting properly reset, or it is just the Processing program that can't read the serial information fast enough. Does anyone know of a different Processing program than https://processing.org/download/
The text was updated successfully, but these errors were encountered: