NanoPi Air + camera - sending pictures over Bluetooth, Help
Posted: Wed Nov 30, 2016 1:55 pm
by abramq
Hello,
I am going to use the CAM500B camera to send picture, taken by that camera over bluetooth (finally to smartphone).
The smartphone side (receivng bluetooth signal from my own Android app) is not problem.
I wonder what tools / libiaries to use on the NanoPi Air side. Would you help please?
I have only found a web streaming serwer, but this is about IP transmiting - I need the bluetooth as medium.
p.s.
What system you recomend - original Core, DietPi, Armbian?
Re: NanoPi Air + camera - sending pictures over Bluetooth, Help
Posted: Thu Dec 01, 2016 7:30 am
by lawrence
Hi, you can use ussp-push to send files to your device.
please refer to:
http://wiki.friendlyarm.com/wiki/index. ... #Bluetooth
Re: NanoPi Air + camera - sending pictures over Bluetooth, Help
Posted: Thu Dec 01, 2016 8:02 am
by abramq
Thanks a lot!
I gues that the 'file' I am gonna send I can somehow get from the camera... Is there any standard library for CAM500B to get pictures from that camera as a file?
Going forward - what if I would like to stream not only picture but video stream? The resolution could be low - this is not problem. Is this possible?
Re: NanoPi Air + camera - sending pictures over Bluetooth, Help
Posted: Sun Dec 04, 2016 5:42 pm
by @lex
[quote="abramq"]Thanks a lot!
I gues that the 'file' I am gonna send I can somehow get from the camera... Is there any standard library for CAM500B to get pictures from that camera as a file?
[/quote]
You could try this:
https://github.com/avafinger/cap-v4l2Check also:
http://people.csail.mit.edu/albert/bluez-intro/[quote="abramq"]
Going forward - what if I would like to stream not only picture but video stream? The resolution could be low - this is not problem. Is this possible?[/quote]
Try this one, don't know it it woks over Bluetooth:
https://github.com/avafinger/ffmpeg_cedrus264_H3_A83TGet this:
https://github.com/avafinger/ffmpeg_ced ... _1.0-3.deb
Re: NanoPi Air + camera - sending pictures over Bluetooth, Help
Posted: Mon Dec 05, 2016 7:43 am
by abramq
Will read and try, thank you!