Author Topic: Camera data transfer to mac question  (Read 724 times)

0 Members and 1 Guest are viewing this topic.

Offline Kfirmaymon84Topic starter

  • Newbie
  • Posts: 4
  • Country: il
Camera data transfer to mac question
« on: November 29, 2023, 06:02:40 pm »
Hi,
I have a camera that connects to a Raspberry Pi,
The Pi sends the camera data over wifi.
I connect to a PC a USB wifi dongle for a direct Wi-Fi connection (USB dongle for not occupying the PC's Wi-Fi).
My problem is that I can't connect to Mac computers with 3rd party Wi-Fi dongles.

I want to develop a system that will receive the Wi-Fi signal and pass it over USB to the Mac.
I would love to hear your ideas.

I have experience with microcontrollers, FPGA, programming, and board design, and I'm willing to learn any new skills to achieve this goal.
 

Offline eutectique

  • Frequent Contributor
  • **
  • Posts: 392
  • Country: be
Re: Camera data transfer to mac question
« Reply #1 on: November 29, 2023, 07:44:21 pm »
Would an Apple WiFi dongle do the trick?
 

Offline Kfirmaymon84Topic starter

  • Newbie
  • Posts: 4
  • Country: il
Re: Camera data transfer to mac question
« Reply #2 on: November 29, 2023, 08:06:58 pm »
No, apple's modern computer doesn't let you have 2 Wi-Fi networks.
 

Offline kripton2035

  • Super Contributor
  • ***
  • Posts: 2589
  • Country: fr
    • kripton2035 schematics repository
Re: Camera data transfer to mac question
« Reply #3 on: November 29, 2023, 08:10:48 pm »
Would an Apple WiFi dongle do the trick?
I'm not sure this even exists ...
 

Offline kripton2035

  • Super Contributor
  • ***
  • Posts: 2589
  • Country: fr
    • kripton2035 schematics repository
Re: Camera data transfer to mac question
« Reply #4 on: November 29, 2023, 08:12:34 pm »
Quote
I have a camera that connects to a Raspberry Pi,
The Pi sends the camera data over wifi.
I connect to a PC a USB wifi dongle for a direct Wi-Fi connection (USB dongle for not occupying the PC's Wi-Fi).
you could try to connect the Pi to the same wifi network as the mac, no need to any usb wifi dongle.
 

Offline Kfirmaymon84Topic starter

  • Newbie
  • Posts: 4
  • Country: il
Re: Camera data transfer to mac question
« Reply #5 on: November 30, 2023, 06:53:54 am »
I want a direct connection.
 

Offline lezginka_kabardinka

  • Regular Contributor
  • *
  • !
  • Posts: 84
  • Country: ru
Re: Camera data transfer to mac question
« Reply #6 on: December 01, 2023, 02:00:18 am »
## Enable ssh (or SMB) on the raspberry pi (“System Preferences >> Sharing”)

## Connect “Finder” to the pi, by logging into the ssh or SMB connection.

I find the “files” app on my iPhone likes SMB on my Mac, way more than it likes sshfs; so I think you’ll find that “Finder” would too.

Failing that, go the easy route and enable “Apache2” web server on the pi, delete /var/www/html/index.html and symlink from /<my>/<camera_file_path>/ to /var/www/html/ OR do:

Code: [Select]
sudo cp /<my>/<camera_file_path>/ /var/www/html/
You may need to change access mode of the files, once copied, thus:

Code: [Select]
sudo chmod 777 /var/www/html/<filename(s)
Then fire up Safari or Whatever in macOS and http://IP.OF.PI
« Last Edit: December 01, 2023, 02:08:01 am by lezginka_kabardinka »
 

Offline Kfirmaymon84Topic starter

  • Newbie
  • Posts: 4
  • Country: il
Re: Camera data transfer to mac question
« Reply #7 on: December 01, 2023, 09:12:08 am »
I will test it,
Thanks.
 

Offline tooki

  • Super Contributor
  • ***
  • Posts: 11561
  • Country: ch
Re: Camera data transfer to mac question
« Reply #8 on: December 01, 2023, 03:54:24 pm »
Hi,
I have a camera that connects to a Raspberry Pi,
The Pi sends the camera data over wifi.
I connect to a PC a USB wifi dongle for a direct Wi-Fi connection (USB dongle for not occupying the PC's Wi-Fi).
My problem is that I can't connect to Mac computers with 3rd party Wi-Fi dongles.
Why not? Mac-compatible Wi-Fi dongles exist.


No, apple's modern computer doesn't let you have 2 Wi-Fi networks.
Not at the same time on the same Wi-Fi interface (like the built-in Wi-Fi). But it should allow multiple Wi-Fi interfaces (e.g. built-in AND a USB dongle) just fine.

## Enable ssh (or SMB) on the raspberry pi (“System Preferences >> Sharing”)

## Connect “Finder” to the pi, by logging into the ssh or SMB connection.

I find the “files” app on my iPhone likes SMB on my Mac, way more than it likes sshfs; so I think you’ll find that “Finder” would too.

Failing that, go the easy route and enable “Apache2” web server on the pi, delete /var/www/html/index.html and symlink from /<my>/<camera_file_path>/ to /var/www/html/ OR do:

Code: [Select]
sudo cp /<my>/<camera_file_path>/ /var/www/html/
You may need to change access mode of the files, once copied, thus:

Code: [Select]
sudo chmod 777 /var/www/html/<filename(s)
Then fire up Safari or Whatever in macOS and http://IP.OF.PI
That has nothing to do with the problem at hand.
 

Offline lezginka_kabardinka

  • Regular Contributor
  • *
  • !
  • Posts: 84
  • Country: ru
Re: Camera data transfer to mac question
« Reply #9 on: December 01, 2023, 10:57:59 pm »
Hi,
I have a camera that connects to a Raspberry Pi,
The Pi sends the camera data over wifi.
I connect to a PC a USB wifi dongle for a direct Wi-Fi connection (USB dongle for not occupying the PC's Wi-Fi).
My problem is that I can't connect to Mac computers with 3rd party Wi-Fi dongles.

I want to develop a system that will receive the Wi-Fi signal and pass it over USB to the Mac.
I would love to hear your ideas.

I have experience with microcontrollers, FPGA, programming, and board design, and I'm willing to learn any new skills to achieve this goal.

What is the camera Make/Model please?
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf