Rpi3 and Raspicam (CSI) issues
Hi everyone,
This afternoon I have tested to connect my raspicam module (an old one, rev 1.3) to my Rpi3 (running under Emteria OS).
I have connected my raspicam and then switched on my pi. Then I have downloaded a camera app on google play to test it but without success...
On https://groups.google.com/forum/#!topic/android-rpi/7jR_ER1pCbA (raspicam support for android) people suggests to connect raspicam before the first boot of the device.
Is it the case with Emteria OS?
Does it comes "plug and play" if i connect my cam before the first boot?
Thanks !!
Tagged:
0
Comments
I'm not sure if camera applications on google play are developed with the raspicam in mind. In our setup, the official camera is working fine via CSI. However, we were using our own application, which you can find open source here: https://gitlab.com/emteria/public/samples_apps_PiCamera
Hi,
is there a .apk available or do we have to build it on our own?
Regards
We assume that each application has its unique purpose, which inevitably requires certain modifications. Since we cannot implement all possible use cases on our own, we have made it as simple as possible:
1) Clone the repository
2) Import in Android Studio
3) Click "Run"
In future, we might include a prebuilt application into the emteria.OS, but actually it only blows up the distro, as the majority of users probably doesn't need it.
How to run this Script ?
https://gitlab.com/emteria/public/samples_apps_PiCamera
This is not a script, but rather a full android application. See my post above.
Did someone get the 2.1 (8MP) raspberry pi camera working for video? is video working with the 1.3 version (5MP) ?
@Nabula, we don't support video capture for now.
What would need to happen to make video possible? Broadcom waking up and making stuff available for raspberry pi devs like you and your team?
@Nabula, not sure about sensor version detection. We will take a closer look into it. External storage is not supported for now.
We need hardware encoding to be finished for video capture. We have started implementing it, but it is way more work than we thought it would be.
@kalkov, Then my question is: is it possible to go with 5MP for making pictures instead of 2MP? Both the 1.3 version and the 2.1 version are 5MP or more so 5MP should work.
I do understand hardware encoding is a lot of work.
We have found a promising way for detecting the camera revision. A test is scheduled for the next week.
Well, the test shows that we would require to update the userland Broadcom binaries, which seem to generate some conflicts with other system files This will stay on our TODO list, but we are not sure how important this is and how much time it would be required for a fix...
@BasicItStuff, unfortunately, there is no timeline for this yet.
@BasicItStuff, You have Whatsapp installed?
Is it possible to check if you can scan Whatsapp QR code?
Anyone?
@Kalkov, although you replied to my thread regarding the same question but i'm still confused because i'm not sure if you were testing videos calls, scanning QR code or both?
Can you please give me a more specific answer regarding QR code issue?
https://forum.emteria.com/discussion/comment/1935/#Comment_1935
@Kalkov, @BasicItStuff ... thanks for testing.
Too bad it doesn't work because i was planning to purchase a cam module with an adjustable-focus :neutral:
Regarding that cam in the above link, how can the focus be adjusted?
Manually or motorized?
Because i have read the manual which doesn't mention anything about that.
I think the term "adjustable-focus" was bit misleading.
What i wanted is a motorized auto focus camera for my RPI3,
After i read your comment I thought it doesn't even exist but fortunately i found it. :smile:
http://www.arducam.com/programmable-motorized-focus-camera-raspberry-pi/
It seems that it's still a prototype/ demo but i believe if it was proven to work properly then it will replace the cam modules that exist nowadays.
What i like about it that you can adjust the focus remotely.
The demo needs python-opencv to make it work, i dunno if it can work on Emteria or not though.
I tried on my App to work with CameraX. Surprise that works.
Cheers
the link to it https://developer.android.com/training/camerax