-
Notifications
You must be signed in to change notification settings - Fork 5
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
Contributing #7
Comments
Thanks so much for the feedback! JP |
I used Camera and ImageEncoder. I do not know about ImageWriter. |
I saw your request, getting my PI from my pile and I will try! |
I just added another commit, to solve the problem of the buffer length on the stream. Here is a code snippet from the sample application that I am building
|
I merged it, however it does not work for me, |
Hi,
I am using the code of npm 1.6.0
I went to the node_modules/openmax/dist/perf, and copied there the
CameraEncode.js example and run it there. It works for me. I run it after
running CameraPipe
Regards,
Santi.
…On Tue, Sep 12, 2017 at 7:14 PM, Jean-Philippe Bergeron < ***@***.***> wrote:
I merged it, however it does not work for me, _write isn't called.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGf-VhLaU-yAeRxZ_AcBe_8xsSkavm7lks5shzpvgaJpZM4PVVZJ>
.
|
Hi
Could you make it work?
I post you a screenshot of what I'm doing right now. I am using 4 raspberry
pis and websockets. I get around 25 fps sending jpg frames and around 6%
cpu in the raspberry pi.
Would you be so kind to publish a new version of the module with the latest
change? It is needed for the jpg transmission because otherwise the system
cannot know if a frame has finished or not when encoding using discrete
frames coming out of the Encoding component.
Regards,
Santi.
…On Tue, Sep 12, 2017 at 7:20 PM, Santiago Ledesma ***@***.***> wrote:
Hi,
I am using the code of npm 1.6.0
I went to the node_modules/openmax/dist/perf, and copied there the
CameraEncode.js example and run it there. It works for me. I run it after
running CameraPipe
Regards,
Santi.
On Tue, Sep 12, 2017 at 7:14 PM, Jean-Philippe Bergeron <
***@***.***> wrote:
> I merged it, however it does not work for me, _write isn't called.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#7 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AGf-VhLaU-yAeRxZ_AcBe_8xsSkavm7lks5shzpvgaJpZM4PVVZJ>
> .
>
|
I did not get it to work, I get an invalid parameter exception... It might be a problem with my PI. No problem, I just did push 1.6.1 JP |
Txs!
…On Thu, Sep 14, 2017 at 4:04 PM, Jean-Philippe Bergeron < ***@***.***> wrote:
Closed #7 <#7>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGf-VsT1QWNPlzFGxvTVSAcOmdYoUC8Sks5sibEYgaJpZM4PVVZJ>
.
|
How could I contribute to this project?
I have made a simple example which allows to stream the camera frames into pngs very quickly. there are other applications online, but they are either bulky or very slow.
The text was updated successfully, but these errors were encountered: