I have a following simple network:

Is it possible to segregate PC network and IP-cameras/door-controllers network? I mean it would be easy if I have a switch, which supports VLAN tagging, but mine does not. Is there any benefit to put two IP addresses like this:
Cisco881#sh run int fa4
Building configuration...
Current configuration : 142 bytes
!
interface FastEthernet0
ip address 192.168.2.1 255.255.255.0 secondary
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
end
Cisco881#
..to a Cisco 881
Fa0 interface? As addresses are in the same broadcast domain and both address spaces can reach each other, are there any benefits at all to have different networks in the same VLAN?