A place to talk about anything and everything Omega related
4183
Topics
22292
Posts
@Jim-W Omega2 uses 2.4ghz so you need to ensure your wifi support 2.4. Next you need to ensure your wifi is broadcasting on standard channels. Check /etc/config/wireless for your configuration, also users have had issues with US configuration, here is the standard config:
config wifi-device 'radio0'
option type 'ralink'
option variant 'mt7628'
option country 'US'
option hwmode '11g'
option htmode 'HT40'
option channel 'auto'
option disabled '0'
option device_mode 'apsta'
option op_mode 'preference'
Usual issues maybe you need to set the channel to the specific channel of your wifi router, or comment out "option country US"
Try those and report back your results,
@sriharsha-phd You can't retrieve an RGB image, but you can get a grayscale image.
See the distancePlusGrayscale.py example program for more details:
Info on the example program
The example program source code
And the Tau Camera API Reference & Documentation